Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit a6c0075

Browse files
committed
Fix README
The module name was incorrect
1 parent 32d86d9 commit a6c0075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Usage
88

99
.. code-block:: python
1010
11-
from rf.api import API
11+
from rasterfoundry.api import API
1212
refresh_token = '<>'
1313
1414
api = API(refresh_token=refresh_token)

0 commit comments

Comments
 (0)