Procházet zdrojové kódy

Replace Java with .NET

Marc Villacorta před 9 roky
rodič
revize
9bee7a15a0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -19,7 +19,7 @@ Architecture
 
 * A Python webapp which lets you vote between two options
 * A Redis queue which collects new votes
-* A Java worker which consumes votes and stores them in…
+* A .NET worker which consumes votes and stores them in…
 * A Postgres database backed by a Docker volume
 * A Node.js webapp which shows the results of the voting in real time