Slightly improved English in README and Introduction.

This commit is contained in:
simon 2015-01-16 22:44:21 +00:00
parent 37a61da33a
commit 1e7ad73fa4
2 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,7 @@ Smeagol uses the Markdown format as provided by [markdown-clj](https://github.co
## Security and authentication
Currently security is now greatly improved. There is currently a file called *passwd* in the *resources* directory, which contains a clojure map which maps usernames to maps with plain-text passwords and emails thus:
Security is now greatly improved. There is a file called *passwd* in the *resources* directory, which contains a clojure map which maps usernames to maps with plain-text passwords and emails thus:
{:admin {:password "admin" :email "admin@localhost"}
:adam {:password "secret" :email "adam@localhost"}}