Skip to content

Commit

Permalink
Merge fa3049f into 5b8f349
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ar committed Mar 2, 2018
2 parents 5b8f349 + fa3049f commit 81fb947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -24,8 +24,8 @@ And add the dependency to your bs-dependencies in `bsconfig.json`:
```
open Colors;
let redString = changeColor(Red, "Red String");
let redBgString = changeBackground(Red, "String with red background");
let redString = chnageColor(Red, "Red String");
let redBgString = chnageBackground(Red, "String with red background");
let modifyString = modify(Bold, "Bold String");
let myString =
Expand Down

0 comments on commit 81fb947

Please sign in to comment.