瀏覽代碼

Merge pull request #60 from docker/duplicate_key

note about one vote per client
Mano Marks 8 年之前
父節點
當前提交
8e798dec3a
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      README.md

+ 5 - 0
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.