We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bad16d commit 2f2a806Copy full SHA for 2f2a806
README.md
@@ -36,7 +36,7 @@ The client keys used with Parse are no longer necessary with parse-server. If y
36
37
You can create an instance of ParseServer, and mount it on a new or existing Express website:
38
39
-```
+```js
40
var express = require('express');
41
var ParseServer = require('parse-server').ParseServer;
42
0 commit comments