Skip to content

Commit

Permalink
docs: Fix syntax error (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
denizozger authored and JustinBeckwith committed May 16, 2018
1 parent feba6af commit a9b0674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -212,7 +212,7 @@ const plus = google.plus({
async function main() {
const res = await plus.people.get({ userId: 'me' });
console.log(`Hello ${res.data.displayName}!`);
});
};

main().catch(console.error);
```
Expand Down

0 comments on commit a9b0674

Please sign in to comment.