Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Mar 1, 2017
1 parent 3ae98fd commit 8988793
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 @@ -32,11 +32,11 @@
## Example

```python
from bash import colorize, RED, UNDERLINE
from bashcolor import colorize, RED, UNDERLINE

print(colorize('Red color', RED))
print(colorize('Red background', background=RED))
print(colorize('Underline', effect=UNDERLINE))
print(colorize('Underline', effects=[UNDERLINE]))
```

## API
Expand Down

0 comments on commit 8988793

Please sign in to comment.