Skip to content

Commit

Permalink
Stop calling it adafruit_example.
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Jun 30, 2017
1 parent b3929af commit ff82741
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Usage Example

.. code-block:: python
import adafruit_example
adafruit_example.hello()
import example
example.hello()
Contributing
============
Expand Down
2 changes: 1 addition & 1 deletion api.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

.. If you created a package, create one automodule per module in the package.
.. automodule:: adafruit_example
.. automodule:: example
:members:
File renamed without changes.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
adafruit-circuitpython-bus-device

0 comments on commit ff82741

Please sign in to comment.