Skip to content

Commit 7177285

Browse files
authored
update documentation in readme
1 parent 59835c3 commit 7177285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ To update your local files with the latest version of the `oedb turbine library
9797

9898
.. code:: python
9999
100-
from windpowerlib.wind_turbine import load_turbine_data_from_oedb
101-
load_turbine_data_from_oedb()
100+
from windpowerlib.data import store_turbine_data_from_oedb
101+
store_turbine_data_from_oedb()
102102
103103
If you find your turbine in the database it is very easy to use it in the
104104
windpowerlib

0 commit comments

Comments
 (0)