summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-08-06 14:48:45 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-08-06 14:48:45 +0200
commit5907c0a44332e7ddc97dc51545331e118fdce372 (patch)
tree7898678d25f28b08d66d131a3c6503d4b09e4a0f
parent7318053c631f1b3cbfc1cb3efd860f9de006d6e2 (diff)
small readme fix
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 9e717f76a..a6d14c1ef 100644
--- a/README.rst
+++ b/README.rst
@@ -147,7 +147,7 @@ This will be in a separate config file in the future but for now you can tweak t
:file:`dependencyinjection/dicontainer.php`
-* To use a custom update/cron script you need to disable the cronjob which is run by ownCloud by default:
+* To use a custom update/cron script you need to disable the cronjob which is run by ownCloud by default::
$this['useCronUpdates'] = false;