Skip to content

Commit f267c30

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
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)