Skip to content

Commit

Permalink
Fix example in readme (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richienb authored Jun 19, 2020
1 parent e4ef9f9 commit 09934ed
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 @@ -42,7 +42,7 @@ You can set width and/or height as columns and/or rows of the terminal window as
const terminalImage = require('terminal-image');

(async () => {
console.log(await terminalImage.file('unicorn.jpg', {width: 50 }));
console.log(await terminalImage.file('unicorn.jpg', {width: 50}));
})();
```

Expand Down

0 comments on commit 09934ed

Please sign in to comment.