Skip to content

Commit

Permalink
Expanded readme
Browse files Browse the repository at this point in the history
  • Loading branch information
prashnts committed Oct 3, 2016
1 parent 230cbb1 commit f7f1b5c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .hues.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
labels:
info: INFO
warn: WARN
error: ERR
success: S
warn: WARNING
error: ERROR
success: SUCCESS
hues:
time: blue
options:
theme: powerline
theme: simple
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Fixed
- Fixed old reference name in a test, which was causing builds to fail.
- Many many readme fixes.
- Test coverage setup.

## [0.2.2] - 2016-10-02
### Fixed
Expand Down
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,21 @@ Go, grab the latest version from PIP. Run:
pip install hues
```

Then, in your scripts, do this:
Then, in your scripts, you can do this:

```python
>>> import hues
>>> hues.log('42')
>>> hues.info('42')
>>> hues.log('Mission', 42)
>>> hues.info('Finding', 42)
>>> hues.error(41, 'is not', 42)
>>> hues.warn('We are distracted...')
>>> hues.info('Found', 24)
>>> hues.success('Close enough.')
```

![Example](docs/example-simple.jpg)


_whoa!_

### Configuration
Expand Down
Binary file added docs/example-simple.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f7f1b5c

Please sign in to comment.