Skip to content

Commit

Permalink
Syntax highlighting in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextoumbourou committed Apr 11, 2015
1 parent b95413f commit 460fb21
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 @@ -11,7 +11,7 @@

## Basic Usage

```
```python
>>> from wit import Wit
>>> w = Wit('YOUR_TOKEN_GOES_HERE')
>>> w.get_message('It puts the lotion in the basket')
Expand All @@ -33,12 +33,12 @@ Read the docs [here](http://pywit.readthedocs.org/en/latest/)

### Unit (Offline)

```
```bash
> nosetests tests/unit
```
### Integration (Online)

```
```bash
> export WIT_ACCESS_TOKEN=YOUR_TOKEN_GOES_HERE
> nosetests tests/integration
```
Expand Down

0 comments on commit 460fb21

Please sign in to comment.