queezythegreat / arduino-cmake

Arduino CMake Build system
644 stars 216 forks source link

Fix typos in README.rst #30

Closed astromme closed 12 years ago

astromme commented 12 years ago

in the section about adding libraries the wrong command is given in the example

generate_arduino_firmware(blink_lib)

should actually be

generate_arduino_library(blink_lib)

The merge fixes this and one other small typo

queezythegreat commented 12 years ago

Thanks for fixing the typo!