Skip to content

Commit

Permalink
Add missing bracket in documentation example (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanowak authored Aug 11, 2021
1 parent 3d84182 commit 24d3933
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 @@ -43,7 +43,7 @@ import Sitemapper from 'sitemapper';
try {
const { sites } = await Google.fetch();
console.log(sites);
catch (error) {
} catch (error) {
console.log(error);
}
})();
Expand Down

0 comments on commit 24d3933

Please sign in to comment.