Skip to content

Commit dc1939a

Browse files
committed
fix: update README.md
1 parent 4a1f365 commit dc1939a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const response = await fetch('http://localhost:3000/post', {
5151
headers: { 'Content-Type': 'application/json' },
5252
body: JSON.stringify({ foo: 'bar' })
5353
})
54+
apiServer.close()
5455
```
5556

5657
## Functions

docs/readme_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const response = await fetch('http://localhost:3000/post', {
5151
headers: { 'Content-Type': 'application/json' },
5252
body: JSON.stringify({ foo: 'bar' })
5353
})
54+
apiServer.close()
5455
```
5556

5657
{{>main-index~}}

0 commit comments

Comments
 (0)