Skip to content

Commit

Permalink
chore: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QGIsK committed Dec 10, 2021
1 parent c3198e0 commit 181a448
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 @@ -27,7 +27,7 @@ For complete API documentation, up-to-date parameters, responses and errors, ple

```javascript
// Import the wrapper library
const JokeAPI = require('@qgisk/jokeapi-wrapper');
import JokeAPI from '@qgisk/jokeapi-wrapper';

// Initiate the client
const JokeClient = new JokeAPI();
Expand Down

1 comment on commit 181a448

@vercel
Copy link

@vercel vercel bot commented on 181a448 Dec 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.