From b445e12fd345e8673d674ab5d8bc8f413051744c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Barreteau?= <cedric.barreteau@etu.utc.fr> Date: Fri, 1 Feb 2019 16:23:30 +0100 Subject: [PATCH] README.md: fix capitalization --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index da0f903..6da3b6c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # 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 -- GitLab