Merge pull request #2 from TylerBrock/patch-2
Add JS Syntax Highlighting to README.md code block
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user