This commit is contained in:
Anthony Reksooatmodjo 2018-08-01 18:04:46 +00:00 committed by GitHub
commit cddc77235b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ The range of available controllers includes Slider, Button, Toggle, Knob, Textfi
* [Digital Object Identifiers ](#doi)
## <a name"install"></a>Installation
## <a name="install"></a>Installation
To install the library from inside the Processing IDE, use the Library Manager from the menu under Sketch &rarr; Import Library &rarr; Add Library and search for ControlP5.
@ -93,7 +93,7 @@ _example 1, see code below_
_example 2, a range of default ControlP5 controllers_
## <a name"how"></a>How does ControlP5 work?
## <a name="how"></a>How does ControlP5 work?
ControlP5 provides a range of controllers, each controller comes with an example which is located inside the examples/controllers folder. This is a good place to get started with ControlP5.