diff --git a/docs/linking-libraries.html b/docs/linking-libraries.html index f9ca7a53e7e..f5a6835ec39 100644 --- a/docs/linking-libraries.html +++ b/docs/linking-libraries.html @@ -18,7 +18,7 @@ received.

For that we need to know the library's headers. To achieve to your project's file, select Build Settings and search for Header Search Paths. There you should include the path to you library (if it has relevant files on subdirectories remember to make it recursive, like React on the -example).

Next →