Fix README indentation

This commit is contained in:
Sven Seeberg 2020-10-23 20:48:28 +02:00
parent b2ffac99f9
commit 53447609c3
Signed by: sven.seeberg
GPG key ID: 29559DD5A83806B5

View file

@ -19,7 +19,7 @@ Request Body
"round": Number, // nth vote round
"user_names": [ // User names for which the Hash should be retrieved
String,
[...] // repeat for all users for which the hash is needed
[...] // repeat for all users for which the hash is needed
]
}
```