Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

Commit

Permalink
Fix require typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cobbweb committed Jul 20, 2015
1 parent f5dd6c1 commit ba66632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A simple [GraphQL](https://gist.github.com/wincent/598fa75e22bdfa44cf470) parser
The parser is generated by PEGjs, I'd recommend reading their [docs](http://pegjs.org/documentation#using-the-parser) on parser usage. But it's pretty simple:

```js
var parser = require('graphl');
var parser = require('graphql');

var query = `
node(1) {
Expand Down

0 comments on commit ba66632

Please sign in to comment.