summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-11-14 10:19:06 +0100
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-11-14 10:19:06 +0100
commit0f3ab742aa0f093e477397c0ba9b527e2de2c132 (patch)
treea63a31ff720e9c73f756e2c34f05ebb5f293dbb5
parente144aa479b14977e5dac53703c725e4284e7ef70 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 520eae8be..4d4c8bec9 100644
--- a/README.md
+++ b/README.md
@@ -131,7 +131,7 @@ To update the News app use:
You need to do the following:
-* Get rid of simplePieCacheDuration setting by removing this setting from your **owncloud/data/news/config/config.ini**.
+* Get rid of **simplePieCacheDuration** setting by removing this setting from your **owncloud/data/news/config/config.ini**.
### After updating to 4.x all my read articles reappear as unread
We switched to a different feed parsing library which creates article ids differently than before. This means that the same article is not found in the database because it was generated with a different id. This should happen only once after the upgrade and there is no data loss. Unfortunately there is no fix for this since the id is a hash which can not be reversed, so a smooth transition is not possible.