Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash094 authored Apr 19, 2021
1 parent 0f551bc commit b29a2d2
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 @@ -22,7 +22,7 @@ Memer API is a powerful module that allows you to manipulate images very easily.
npm install memer-api
```
```js
const Meme = require("meme-api");
const Meme = require("memer-api");
const memer = new Meme();
memer.<Method>(<Options>); //returns -> Promise -> <Buffer>
```
Expand Down

0 comments on commit b29a2d2

Please sign in to comment.