Skip to content

Commit

Permalink
docs: fix sample (#39)
Browse files Browse the repository at this point in the history
fix sample
  • Loading branch information
CFenner authored Jan 4, 2024
1 parent 8c75eeb commit f789d7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Add the module configuration to your `config.js` file.
```js
{
module: 'MMM-AirQuality',
position: 'top_center', // you may choose any location
position: 'top_center',
config: {
token: '' // add your token here
location: 'beijing' // the location to check the index for
token: 'ADD_YOUR_TOKEN_HERE',
location: 'germany/hamburg/sternschanze/' // the location to check the index for
}
},
```
Expand Down

0 comments on commit f789d7d

Please sign in to comment.