summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@owncloud.com>2014-05-17 00:41:27 +0200
committerAndreas Fischer <bantu@owncloud.com>2014-05-17 00:41:27 +0200
commit1f04034acb6ed7072952e0ffb49254daf7aa095c (patch)
treee1af6ae7f13803cfbc5f8e1057fb6c90a9041f27 /README.rst
parentb0c53dbd8739526892dd4083913f55c7360ba509 (diff)
Capitalise define() function call as people expect it.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 67a35a95b..7f13436c8 100644
--- a/README.rst
+++ b/README.rst
@@ -75,7 +75,7 @@ Before you install the app check that the following requirements are met:
Should you have upgraded from a prior version, disable the CSS and JavaScript caching by adding this to :file:`owncloud/config/config.php`::
- DEFINE('DEBUG', true);
+ define('DEBUG', true);
You can remove the line after a page reload