Skip to content

Commit 5aab59e

Browse files
committed
Update CHANGELOG.md
1 parent 645a3ab commit 5aab59e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
```bash
1010
# Before
11-
GET /products?author=typicode&foo=bar # []
11+
GET /posts?author=typicode&foo=bar # []
1212
# After
13-
GET /products?author=typicode&foo=bar # [{...}, {...}]
13+
GET /posts?author=typicode&foo=bar # [{...}, {...}]
1414
```
1515

1616
## [0.7.28][2015-09-09]

0 commit comments

Comments
 (0)