Skip to content
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.

Commit

Permalink
better readme
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Meilick <b@bnomei.com>
  • Loading branch information
bnomei committed Aug 25, 2019
1 parent 29bb6d6 commit 484c82a
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 @@ -30,17 +30,17 @@ This plugin is free but if you use it in a commercial project please consider to

You can set the token in the config.

*site/config/config.php**
**site/config/config.php**
```php
return [
// other config settings ...
'bnomei.instagram.token' => 'YOUR-TOKEN-HERE',
];
```

You can also set a callback if you use the [dotenv Plugin](https://github.com/bnomei/kirby3-dotenv)
You can also set a callback if you use the [dotenv Plugin](https://github.com/bnomei/kirby3-dotenv).

*site/config/config.php**
**site/config/config.php**
```php
return [
// other config settings ...
Expand Down

0 comments on commit 484c82a

Please sign in to comment.