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.
2 parents 0bad16d + 2f2a806 commit ec8ce3cCopy full SHA for ec8ce3c
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