diff --git a/README.md b/README.md index c4ce356..bb76a45 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ Where *username* is the username required to access the database, and *thisisnot If you're thinking of joining in development on this I'd strongly recommend you get hold of a copy of [Dmitry Sotnikov](https://github.com/yogthos)'s [Web Development with Clojure, Second Edition](https://pragprog.com/book/dswdcloj2/web-development-with-clojure-second-edition). +You should also read the [User-Oriented Specification](doc/specification/userspec.md) and any other documentation which appears under the *doc/specification* hierarchy. + ## Running To start a web server for the application, run: diff --git a/doc/specification/userspec.md b/doc/specification/userspec.md index 8f7a0b7..f7b4f92 100644 --- a/doc/specification/userspec.md +++ b/doc/specification/userspec.md @@ -2,7 +2,7 @@ ## Overview -YouYesYet is a web-app intended to simplify the collection of canvas data from voters, specifically for the upcoming Scottish Independence referendum; it is intended that it should later be adaptable for other canvassing campaigns, but that is a much lower priority. +YouYesYet is a proposed web-app intended to simplify the collection of canvas data from voters, specifically for the upcoming Scottish Independence referendum; it is intended that it should later be adaptable for other canvassing campaigns, but that is a much lower priority. ## General Principles