Skip to content

Commit 57476a2

Browse files
committed
chore: update README
1 parent 2036267 commit 57476a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const api = new ApiWrapper([
2727
{
2828
name: '<Api Name>', // only allow certain words and digits
2929
path: '<Api Path>', // e.g. /api/posts
30-
method: '<HTTP Method>', // e.g. post
30+
method: '<HTTP Method>', // e.g. post or POST
3131
},
3232
], {
3333
baseUrl: '<Base URL of API>', // e.g. https://jsonplaceholder.typicode.com

0 commit comments

Comments
 (0)