Browse Source

Update README.md

Git-Leon 6 years ago
parent
commit
c4a6224b6b
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -218,7 +218,7 @@ public ResponseEntity<?> deletePoll(@PathVariable Long pollId) {
218 218
 ```
219 219
 
220 220
 
221
-### Part 3.1.8 - Test
221
+### Part 3.1.8 - Test Poll Creating Capabilities
222 222
 
223 223
 * Restart the QuickPoll application.
224 224
 * Use Postman to execute a `POST` to `http://localhost:8080/polls/` whose request body is the `JSON` object below.