diff --git a/README.md b/README.md index 6fcf88f..848823a 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ make There are a few optional targets, which enable specific functionality. -`allwarn - enable all warnings` -`debug - compile with 'debug' flag` -`static - compile as statically linked library - NOT IMPLEMENTED` +`allwarn - enable all warnings` +`debug - compile with 'debug' flag` +`static - compile as statically linked library - NOT IMPLEMENTED` -They can be used as follows: +They can be used as follows: `make [TARGET NAME]` ___ ### Installation @@ -36,7 +36,7 @@ To use the library, simply include the header file: #include ... ``` -and link the library: +and link the library: ` gcc example.c -o example -leasysock` ___