From 2fd2c63ade00c90e612012b06bb795eefc1cc3a7 Mon Sep 17 00:00:00 2001 From: Anthony Reksooatmodjo Date: Wed, 1 Aug 2018 10:55:59 -0700 Subject: [PATCH] Two tiny formatting typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01a2da0..628fe81 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The range of available controllers includes Slider, Button, Toggle, Knob, Textfi * [Digital Object Identifiers ](#doi) -## Installation +## Installation To install the library from inside the Processing IDE, use the Library Manager from the menu under Sketch → Import Library → Add Library and search for ControlP5. @@ -93,7 +93,7 @@ _example 1, see code below_ _example 2, a range of default ControlP5 controllers_ -## How does ControlP5 work? +## 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.