Skip to content

Commit 4daffc5

Browse files
committed
Improve browser fetch examples and reorder
1 parent bfe9549 commit 4daffc5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const fs = require('fs');
44
const http = require('http');
55

6-
const index = fs.readFileSync('./4-fetch.html');
6+
const index = fs.readFileSync('./5-fetch.html');
77
const person = { name: 'Marcus' };
88
const data = JSON.stringify(person);
99

0 commit comments

Comments
 (0)