Ver código fonte

Update README.md

Git-Leon 6 anos atrás
pai
commit
7c9f674624
Nenhuma conta conectada ao e-mail do autor de commit
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3
    3
      README.md

+ 3
- 3
README.md Ver arquivo

@@ -229,9 +229,9 @@ public ResponseEntity<?> deletePoll(@PathVariable Long pollId) {
229 229
 
230 230
 ```JSON
231 231
 {
232
-    "id": 1,
233
-        "question": "What's the best netflix original?",
234
-        "options": [
232
+	"id": 1,
233
+	"question": "What's the best netflix original?",
234
+	"options": [
235 235
 	    { "value": "Black Mirror" },
236 236
 	    { "value": "Stranger Things" },
237 237
 	    { "value": "Orange is the New Black"},