colourpicker

Simple Colour Picker written in C
git clone anongit@rnpnr.xyz:colourpicker.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

Commit: 1e05b8a9864deaa75dd069b6ac8bcc4f1510114f
Parent: 60c03b7a15180df77da6160847d09da51f8cdb89
Author: Randy Palamar
Date:   Tue, 30 Jul 2024 21:38:03 -0600

fix typo in README

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -4,8 +4,8 @@ A basic colour picker written in C and [raylib][]. ## Requirements * C11 Compiler -* [raylib][] - Optional, a static version will be be build if - `USE_SYSTEM_RAYLIB` is not set in the environment. +* [raylib][] - Optional, a static version will be built if `USE_SYSTEM_RAYLIB` + is not set in the environment. ## Installation