From 3307e5df4ef00e537aa53677b01e95540d8f4e48 Mon Sep 17 00:00:00 2001 From: Samuel Roach Date: Wed, 6 Jul 2022 22:34:25 +0100 Subject: [PATCH] Remove reference to v0.1.0 in readme --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 00897f8..525192f 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,6 @@ Note: Whilst the package is called ``ergast-py``, you need to import ``ergast_py import ergast_py 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.