Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slawek87 committed Dec 27, 2014
1 parent 527c4c5 commit 106865a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ How to use it?
==============
You can use it to fetch data in one of two ways:

```yql = YQL('AAPL', '2011-01-01', '2014-12-31')```
```python
yql = YQL('AAPL', '2011-01-01', '2014-12-31')
```
```python
yql = YQL()
yql.select('AAPL', '2011-01-01', '2014-12-31')
```
Expand Down

0 comments on commit 106865a

Please sign in to comment.