Skip to content

Commit 258c562

Browse files
authored
Merge pull request #191 from schollii/patch-1
Update readme
2 parents 245c8f3 + bdac94d commit 258c562

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,11 @@ Architecture
9090
* A [Node.js](/result) or [ASP.NET Core SignalR](/result/dotnet) webapp which shows the results of the voting in real time
9191

9292

93-
Note
94-
----
93+
Notes
94+
-----
9595

9696
The voting application only accepts one vote per client. It does not register votes if a vote has already been submitted from a client.
97+
98+
This isn't an example of a properly architected perfectly designed distributed app... it's just a simple
99+
example of the various types of pieces and languages you might see (queues, persistent data, etc), and how to
100+
deal with them in Docker at a basic level.

0 commit comments

Comments
 (0)