Skip to content
Snippets Groups Projects
Commit b445e12f authored by Cedric Barreteau's avatar Cedric Barreteau
Browse files

README.md: fix capitalization

parent 7c6533f2
No related branches found
No related tags found
No related merge requests found
# Quickstart
- compile the library with `make`
- include the `cwav.h` header
- use the `read_wav` and `write_wav` functions for IO
- compile your program with the following options:
- Compile the library with `make`
- Include the `cwav.h` header
- Use the `read_wav` and `write_wav` functions for IO
- Compile your program with the following options:
- -L /path/to/lib/directory
- -I /path/to/include/directory
- -lcwav
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment