Skip to content

Commit

Permalink
readme typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sojamo committed Sep 4, 2015
1 parent a4a4824 commit 665b0c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ Alternatively, ControlP5 can be instantiated from other places as well for examp

class GUI {
ControlP5 cp5;
GUI(ControlP5 theControlP5) {
cp5 = new ControlP5(theControlP5);
GUI(PApplet thePApplet) {
cp5 = new ControlP5(thePApplet);
}
}
```
Expand Down

0 comments on commit 665b0c1

Please sign in to comment.