Remove reference to v0.1.0 in readme
This commit is contained in:
parent
8e3be2bfa3
commit
3307e5df4e
@ -44,11 +44,6 @@ Note: Whilst the package is called ``ergast-py``, you need to import ``ergast_py
|
|||||||
import ergast_py
|
import ergast_py
|
||||||
|
|
||||||
e = ergast_py.Ergast()
|
e = ergast_py.Ergast()
|
||||||
|
|
||||||
# For v0.1.0 and prior
|
|
||||||
from ergast_py import ergast.Ergast
|
|
||||||
|
|
||||||
e = Ergast()
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Queries can then be built up with function calls in a sequential manner. Once you've built up a query, finally define what data you wish to get using a ``get_xyz()`` function.
|
Queries can then be built up with function calls in a sequential manner. Once you've built up a query, finally define what data you wish to get using a ``get_xyz()`` function.
|
||||||
|
Reference in New Issue
Block a user