Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

Commit f2b9a4a

Browse files
Update README.md
1 parent 63cb9af commit f2b9a4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Just the graphql-ws ["Client with Apollo Recipe"](https://github.com/enisdenjo/g
1111

1212
- import WebSocketLink `import { WebSocketLink } from 'apollo-graphql-ws-link'`
1313
- create new WebSocketLink instance and pass graphql-ws client options `new WebSocketLink({
14-
url: `ws://localhost:3000/graphql`
14+
url: 'ws://localhost:3000/graphql'
1515
})`
1616

1717
#### Example:
@@ -48,4 +48,4 @@ export const client = new ApolloClient({
4848
httpLink
4949
)
5050
})
51-
```
51+
```

0 commit comments

Comments
 (0)