summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskorpy2009 <skorpy@frankfurt.ccc.de>2019-10-28 20:59:43 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2019-10-28 21:01:23 +0100
commitd00d66a634498038de6d3536f434749070104b93 (patch)
treea7d5c43176cc7a8795634baf84f309169db8f471
parent18de950d8fcc29d5ff33a154dc14225a807225b9 (diff)
add space between default credentials
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a1470e32..037a9e75 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ The following instructions explain how to get, build and run the latest engelsys
* If necessary, create a ```config/config.php``` to override values from ```config/config.default.php```.
* To remove values from the `footer_items`, `available_themes`, `locales`, `tshirt_sizes` or `headers` lists the config file has to be renamed.
* To import the database the ```bin/migrate``` script has to be called. If you are not allowed to execute scripts, then execute the ```install-<version>.sql``` script. Download at [Releases](https://github.com/engelsystem/engelsystem/releases) page.
- * In the browser, login with credentials ```admin```:```asdfasdf``` and change the password.
+ * In the browser, login with credentials ```admin``` : ```asdfasdf``` and change the password.
Engelsystem can now be used.