Skip to content

Commit

Permalink
Merge pull request #11 from daniblum/one-doc-fix
Browse files Browse the repository at this point in the history
README.md: syntax of javascript require()
  • Loading branch information
poveden authored Apr 2, 2019
2 parents 015a59f + 96a5eeb commit a1148cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ npm install --save-dev oauth2-mock-server
Here is an example for creating and running a server instance with a single random RSA key:

```js
const OAuth2Server = require('oauth2-mock-server');
const { OAuth2Server } = require('oauth2-mock-server');

let server = new OAuth2Server();

Expand Down

0 comments on commit a1148cd

Please sign in to comment.