Skip to content

Commit

Permalink
docs(README): correct usage syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
keplersj committed Dec 24, 2019
1 parent cb04928 commit b0b0054
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -12,7 +12,7 @@ npm install gatsby-plugin-verify-brave

Add the plugin, your Brave Rewards Token, and (optionally) your domain in your `gatsby-config.js`:

```json
```js
module.exports = {
plugins: [
{
Expand All @@ -24,7 +24,6 @@ module.exports = {
}
]
};

```

## License
Expand Down

0 comments on commit b0b0054

Please sign in to comment.