From 1e7ad73fa4ae5eefeca60e3fb6c1ed21f1f49b45 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 16 Jan 2015 22:44:21 +0000 Subject: [PATCH] Slightly improved English in README and Introduction. --- README.md | 3 ++- resources/public/content/Introduction.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8280d0e..b2342a0 100644 --- a/README.md +++ b/README.md @@ -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"}} @@ -59,3 +59,4 @@ Alternatively, if you want to deploy to a servlet container (which I would stron lein ring uberwar (a command which I'm sure Smeagol would entirely appreciate) and deploy the resulting war file. + diff --git a/resources/public/content/Introduction.md b/resources/public/content/Introduction.md index bb5326f..b247b03 100644 --- a/resources/public/content/Introduction.md +++ b/resources/public/content/Introduction.md @@ -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"}}