Skip to content

Commit f267c30

Browse files
committed
Fix typo in README
1 parent 301a871 commit f267c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const { generateSchema } = require('purescript-graphql-client')
129129
generateSchema({
130130
dir: './src/generated', // Where you want the generated code to go
131131
modulePath: ['Generated', 'Gql'], // The name of the generated module
132-
url: 'http://localhost:4892/graphql' // Your graphql enppdint
132+
url: 'http://localhost:4892/graphql', // Your GraphQL endpoint
133133
})
134134
```
135135

0 commit comments

Comments
 (0)