summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-05-17 01:18:17 +0200
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-05-17 01:18:17 +0200
commit609b4b5b10450d45de6cbf90021f6a7a49f1c94c (patch)
tree25b6d84db423cb652fc3d0226dcaed5e899ca63c
parentb0c53dbd8739526892dd4083913f55c7360ba509 (diff)
parent00897fa53fcd4019042be73ace3356791a4a1d6a (diff)
Merge pull request #534 from owncloud/readme-capitalisation
Improve capitalisation of README
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 67a35a95b..8dbfc4b46 100644
--- a/README.rst
+++ b/README.rst
@@ -37,9 +37,9 @@ Supported Webservers
Supported Databases
-------------------
-* Postgresql
-* Sqlite
-* MySql
+* PostgreSQL
+* SQLite
+* MySQL
Bugs
@@ -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