Skip to content

Commit e138dd6

Browse files
committed
Fix XMLHttpRequest example
1 parent 6201825 commit e138dd6

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
@@ -455,7 +455,7 @@ Useful when using XMLHttpRequest directly or libraries such as [axios](https://w
455455
Add a `script` tag referencing the library:
456456

457457
```html
458-
<script src="../lib/json-graphql-server.min.js"></script>
458+
<script src="../lib/json-graphql-server.client.min.js"></script>
459459
```
460460

461461
It will expose the `JsonGraphqlServer` as a global object:

0 commit comments

Comments
 (0)