Skip to content

Commit

Permalink
🍱(fix)Minor typos linting!
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Jun 12, 2017
1 parent a5213e1 commit 2d5996c
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 @@ -62,9 +62,9 @@ plugins: ['hyper-pokemon']

Once you have installed `hyper-pokemon`, it's time to set your favorite theme!

Go to your `~/.hyper.js` and add the `pokemon` and `pokemonSyntax` options below the `colors` object, and define your favorite theme of choice!
Go to your `~/.hyper.js` and add the `pokemon` and `pokemonSyntax` options below the `colors` object, and define your theme of choice!

Here is a quick example of choosing the `pikachu` theme!
Here is a quick example, where we choose the `pikachu` theme!

```js
config: {
Expand All @@ -77,7 +77,7 @@ config: {
// pokemonSyntax defines the color of the terminal tabs.
// Choose `light` if your pokemon theme is of a more light color
// or `dark` if you are going with a darker pokemon theme
// We plan to complete automate this option, so it's just temporary :)
// We plan to completely automate this option, so it's just temporary :)
//...
}
```
Expand Down

0 comments on commit 2d5996c

Please sign in to comment.