Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kjin authored Aug 23, 2017
1 parent 3dc1f4b commit 89a0ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/error-reporting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Once you have obtained an API key, you may provide it as part of the Error Repor

```js
var errors = require('@google-cloud/error-reporting')({
projectId: '{your project's ID}',
projectId: '{your project ID}',
key: '{your api key}'
});
```
Expand Down

0 comments on commit 89a0ec5

Please sign in to comment.