Skip to content

Commit

Permalink
Minor README changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelad committed Jun 30, 2016
1 parent 5b9b0ff commit da01f56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ thing:
$ twitter-banner-switcher
```

### Example auth file
### Example config file
```yaml
$ cat twitter-banner-switcher.yaml
consumer_key: "Twitter consumer key"
Expand All @@ -58,6 +58,10 @@ banner_images:
- "/home/bender/Downloaded/planet_express.png"
```
Note: `banner_images` can be a path or a list of paths (to directories
containing images or directly to image files). Recognized formats are `gif`,
`jpg`, `jpeg` and `png`.

## Contributions
Package source code is available at [GitHub][tbs github].

Expand Down

0 comments on commit da01f56

Please sign in to comment.