We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9d3ec commit 1349ef9Copy full SHA for 1349ef9
README.md
@@ -1,10 +1,10 @@
1
-# Adafruit_IO
+# adafruit-io
2
3
-TODO: Write a description
+A [Python][1] client for use with with [io.adafruit.com][2].
4
5
## Installation
6
7
- pip install Adafruit_IO
+ pip install adafruit-io
8
9
## Usage
10
@@ -42,4 +42,7 @@ TODO: Write a description
42
2. Create your feature branch (`git checkout -b my-new-feature`)
43
3. Commit your changes (`git commit -am 'Add some feature'`)
44
4. Push to the branch (`git push origin my-new-feature`)
45
-5. Create new Pull Request
+5. Create new Pull Request
46
+
47
+[1]: https://www.python.org/
48
+[2]: https://io.adafruit.com
0 commit comments