Skip to content

Commit d6e9dff

Browse files
authored
Update README.md
1 parent c2c3bb9 commit d6e9dff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Project under development. Apis can change often until stable.
1616

1717
PyPI
1818
```
19-
pip install djangoiot
19+
pip install iotcore
2020
```
2121

22-
Then add djangoiot to the django apps as below in the settings.py file of your project
22+
Then add iotcore to the django apps as below in the settings.py file of your project
2323
```python
2424
INSTALLED_APPS = [
2525
"Other Apps here",
@@ -66,7 +66,7 @@ Use mage for development
6666
mage
6767
Targets:
6868
bootstrap project
69-
build djangoiot
69+
build iotcore
7070
clean the builds
7171
dev Clean, Build and Install dev version
7272
run development django project
@@ -76,8 +76,8 @@ Targets:
7676

7777
## Contribute
7878

79-
- Issue Tracker: github.com/tomvictor/djangoiot/issues
80-
- Source Code: github.com/tomvictor/djangoiot
79+
- Issue Tracker: github.com/tomvictor/iotcore/issues
80+
- Source Code: github.com/tomvictor/iotcore
8181

8282
## Support
8383

0 commit comments

Comments
 (0)