浏览代码

Update README.md

Git-Leon 6 年前
父节点
当前提交
c4a6224b6b
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -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.