From 67e2e0800fc0405fc61c0fb8d78c7ae3b93e48be Mon Sep 17 00:00:00 2001 From: sophia parafina Date: Fri, 20 Jan 2017 15:58:22 -0600 Subject: [PATCH] note about one vote per client --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 91842ce..0878b7d 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,8 @@ Architecture * A Postgres database backed by a Docker volume * A Node.js webapp which shows the results of the voting in real time + +Note +---- + +The voting application only accepts one vote per client. It does not register votes if a vote has already been submitted from a client. \ No newline at end of file