Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ZodiusInfuser committed Apr 17, 2023
1 parent aa51cae commit a1fa440
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -63,7 +63,7 @@ You may need to reboot after enabling I2C for the change to take effect.

# Examples and Usage

There are various examples to get you started with your IO Expander. With the library installed on your Raspberry Pi, these can be found in the `~/Pimoroni/inventorhatmini/examples` directory.
There are various examples to get you started with your IO Expander. With the library installed on your Raspberry Pi, these can be found in the `~/Pimoroni/pimoroni-ioexpander/examples` directory.

To take IO Expander further, the full API is described in the [library reference](/REFERENCE.md), with additional feature specific information found in the [docs folder](/docs).

Expand All @@ -72,9 +72,9 @@ To take IO Expander further, the full API is described in the [library reference

To uninstall the library only (keeping all examples):

* Just run `python3 -m pip uninstall inventorhatmini`
* Just run `python3 -m pip uninstall pimoroni-ioexpander`

Or if you have grabbed the library from Github:

* `cd inventorhatmini-python`
* `cd ioe-python`
* `./uninstall.sh`

0 comments on commit a1fa440

Please sign in to comment.