Skip to content

Commit

Permalink
correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ar committed Mar 2, 2018
1 parent 5b8f349 commit fa3049f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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 fa3049f

Please sign in to comment.