Merge pull request #2 from TylerBrock/patch-2

Add JS Syntax Highlighting to README.md code block
This commit is contained in:
Fosco Marotto
2016-01-28 15:26:42 -08:00

View File

@@ -36,7 +36,7 @@ The client keys used with Parse are no longer necessary with parse-server. If y
You can create an instance of ParseServer, and mount it on a new or existing Express website:
```
```js
var express = require('express');
var ParseServer = require('parse-server').ParseServer;