From b84c968e2f08744cf112bea5155d73c0ef0241a5 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Sun, 25 Oct 2015 16:35:39 +0100 Subject: [PATCH] readme update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6eef5ee..b2fafd3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ofxNumEdit -an ofxGui extension to adjust numbers with a text input field in openFrameworks. ofxNumEdit is an alternative to ofxSlider to directly define numbers more precicly. -the mouse and keyboard controls are elaborated in detail. check out the example with an int and float version ofxNumEdit. +an ofxGui extension to adjust numbers or text with an input field in openFrameworks. ofxInputField can be an alternative to ofxSlider to define numbers more precicly. +the mouse and keyboard controls are elaborated in detail. check out the example with an int, float and string version ofxInputField. Dependencies ----