Skip to content

Commit 537a619

Browse files
believertj
authored andcommitted
fix readme example (#74)
1 parent 6206bb2 commit 537a619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oss/node-graphql/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ curl -d '{ "query": "{ pet(id: 0) { name }}" }' `up url`?pretty
2525

2626
With `fetch()` in the browser:
2727

28-
``js
28+
```js
2929
const body = JSON.stringify({
3030
query: `query {
3131
pet(id: 2) {

0 commit comments

Comments
 (0)