summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-25 15:35:22 +0300
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-25 15:35:22 +0300
commite0e2bc29eaddd76411ea99d706c114c777f17308 (patch)
treef93d0b0014e178b95b563c978f9ce1f8d23e57f2
parent476975aafd8d2c3cd20691f25d9f2b9092c5cfcb (diff)
Update README.rst
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 8a407c52c..4b387dd23 100644
--- a/README.rst
+++ b/README.rst
@@ -49,11 +49,11 @@ App Store
Update Notices
~~~~~~~~~~~~~~
-Should you have **upgraded from a version prior to 0.96** you'll have to adjust the version number by running this on your database::
+Should you have **updated from a version prior to 0.96** you'll have to adjust the version number by running this on your database::
UPDATE oc_appconfig SET configvalue = '0.96' WHERE configkey = 'installed_version' AND configvalue = '8.4' AND appid = 'news'
-Should you have upgraded from a version prior to 0.100 you'll have to run this SQL query to trigger a schema upgrade::
+Should you have **updated from a version prior to 0.100** you'll have to run this SQL query to trigger a schema upgrade::
UPDATE oc_appconfig SET configvalue = '0.001' WHERE configkey = 'installed_version' AND appid = 'news'