From 2ec7935128edb30107411aa2e1a187e9b683906e Mon Sep 17 00:00:00 2001 From: Nathaniel Beaver Date: Tue, 26 Apr 2016 17:31:26 -0500 Subject: [PATCH] Fix typos. --- readme.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.rst b/readme.rst index afda481..50989d1 100644 --- a/readme.rst +++ b/readme.rst @@ -2078,7 +2078,7 @@ User level configuration is stored in dotfiles in the user's home directory, often under the ``~/.config/`` folder. Plugins and logfiles generally go under ``~/.local/share/``, -and cached dates under ``~/.cache/``. +and cached data under ``~/.cache/``. There are good arguments to the effect that making dotfiles responsible for configuration `is problematic`_. @@ -2124,7 +2124,7 @@ adopt new configuration files, keep the old ones, or ``diff`` and merge the files into a hybrid. -For example, the RSS reader ``lifererea`` +For example, the RSS reader ``liferea`` puts the list of RSS feeds in ``$HOME/.config/liferea/feedlist.opml``, favicons (which can be re-downloaded if necessary) in @@ -2132,7 +2132,7 @@ favicons (which can be re-downloaded if necessary) in and the SQLite database containing the actual RSS feeds in ``$HOME/.local/share/liferea/liferea.db``. -This means that backing up the configuration for ``lifereas`` +This means that backing up the configuration for ``liferea`` is as simple as backing up the contents of ``$HOME/.config/liferea/``, and no cache files or big databases are included.