Skip to content

Commit

Permalink
Fix code example
Browse files Browse the repository at this point in the history
  • Loading branch information
zoetrope69 committed Jan 26, 2021
1 parent a5dffd2 commit c044a6f
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 @@ -47,7 +47,7 @@ const wiki = require('wikipedia');
(async () => {
try {
const page = await wiki.page('Batman');
console.log(response);
console.log(page);
//Response of type @Page object
const summary = await page.summary();
console.log(summary);
Expand Down

0 comments on commit c044a6f

Please sign in to comment.