Skip to content

Commit dd2793c

Browse files
Update README.md
1 parent ac64c54 commit dd2793c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ pip install edge-ml
1414
### Retrieve Project
1515
This functionality comes in handy if you would like to train a machine learning model from edge-ml data.
1616
```python
17-
import edgeml
17+
from edgeml import edgeml
1818

1919
# get the API key from the settings of your project
2020
project = edgeml.getProject("https://app.edge-ml.org", PROJECT_API_KEY)
2121
```
2222

2323
### Push Data from Python
2424
```python
25-
import edgeml
25+
from edgeml import edgeml
2626
import time
2727

2828
key = "YOUR_API_KEY"

0 commit comments

Comments
 (0)