Skip to content

Commit ca1456e

Browse files
authored
Update README.md (#1)
1 parent 4816f09 commit ca1456e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ await gist
100100
await gist
101101
.delete(gist_id)
102102
.then((res) => console.log(`Gist deleted, status: ${res.status.code}`))
103-
.catch(errHandler);
103+
.catch((err) => console.log(err));
104104
```
105105

106106
<br>

0 commit comments

Comments
 (0)