Skip to content

Commit

Permalink
README.md: syntax of javascript require()
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Blumenfeld authored and Daniel Blumenfeld committed Mar 22, 2019
1 parent 015a59f commit 96a5eeb
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 96a5eeb

Please sign in to comment.