mumuki / cspec

Small BDD framework for C/C++
GNU General Public License v3.0
106 stars 18 forks source link

Typo in compile instructions #17

Closed emanuelcasco closed 6 years ago

emanuelcasco commented 6 years ago

In the section "Now, what should I do?" there is a typo in the compile's example.

It says...

gcc -lcspec cspecExample.c -o cspecExample  # -lcspec

...instead of

gcc -lcspecs cspecExample.c -o cspecExample  # -lcspecs
flbulgarelli commented 6 years ago

Thanks!