Skip to content

Commit

Permalink
add js syntax highlight to README
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Aug 12, 2015
1 parent 877c867 commit 65d6bd3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm install --save koa-gql

## Usage

```
```js
var koa = require('koa');
var mount = require('koa-mount');
var graphqlHTTP = require('koa-gql');
Expand Down Expand Up @@ -67,3 +67,7 @@ depending on the provided *Content-Type* header.

* **`application/graphql`**: The POST body will be parsed as GraphQL
query string, which provides the `query` parameter.


[`graphql-js`]: https://github.com/graphql/graphql-js
[`multer`]: https://github.com/expressjs/multer

0 comments on commit 65d6bd3

Please sign in to comment.