Skip to content

Commit

Permalink
fix: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Sep 21, 2021
1 parent 4a1f365 commit dc1939a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const response = await fetch('http://localhost:3000/post', {
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ foo: 'bar' })
})
apiServer.close()
```

## Functions
Expand Down
1 change: 1 addition & 0 deletions docs/readme_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const response = await fetch('http://localhost:3000/post', {
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ foo: 'bar' })
})
apiServer.close()
```

{{>main-index~}}
Expand Down

0 comments on commit dc1939a

Please sign in to comment.