Skip to content

Commit

Permalink
Merge pull request #127 from lurch/patch-1
Browse files Browse the repository at this point in the history
Fix upgrade instructions
  • Loading branch information
bennuttall committed Dec 4, 2015
2 parents 942859b + 21f542c commit dfbd06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ sudo apt-get install python-gpiozero
Upgrade to the latest version with:

```bash
sudo apt-get upgrade python3-gpiozero
sudo apt-get install python3-gpiozero
```

or:

```bash
sudo apt-get upgrade python-gpiozero
sudo apt-get install python-gpiozero
```

## Getting started
Expand Down

0 comments on commit dfbd06d

Please sign in to comment.