Update README.md
Clean up README a bit.
This commit is contained in:
parent
df9d3ecdba
commit
1349ef9e71
1 changed files with 7 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
# Adafruit_IO
|
# adafruit-io
|
||||||
|
|
||||||
TODO: Write a description
|
A [Python][1] client for use with with [io.adafruit.com][2].
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
pip install Adafruit_IO
|
pip install adafruit-io
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
@ -43,3 +43,6 @@ TODO: Write a description
|
||||||
3. Commit your changes (`git commit -am 'Add some feature'`)
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
||||||
4. Push to the branch (`git push origin my-new-feature`)
|
4. Push to the branch (`git push origin my-new-feature`)
|
||||||
5. Create new Pull Request
|
5. Create new Pull Request
|
||||||
|
|
||||||
|
[1]: https://www.python.org/
|
||||||
|
[2]: https://io.adafruit.com
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue