diff --git a/docs/index.html b/docs/index.html index 3488144..4ece598 100644 --- a/docs/index.html +++ b/docs/index.html @@ -69,7 +69,7 @@ $(function() {

Using the library

The easiest way is to include remwharead.hpp, which then includes all other headers.

-
#include <remwharead/remwharead.hpp>

Compile your code with g++ -lremwharead.

+
#include <remwharead/remwharead.hpp>

Compile your code with g++ $(pkg-config --cflags --libs remwharead).