Skip to content

Commit 2f2a806

Browse files
committed
Add JS Syntax Highlighting to README.md code block
1 parent 0bad16d commit 2f2a806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The client keys used with Parse are no longer necessary with parse-server. If y
3636

3737
You can create an instance of ParseServer, and mount it on a new or existing Express website:
3838

39-
```
39+
```js
4040
var express = require('express');
4141
var ParseServer = require('parse-server').ParseServer;
4242

0 commit comments

Comments
 (0)