From 78d14e132c419f742aa8a32b033527d9d7361bd3 Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Tue, 1 Oct 2024 13:20:56 -0700 Subject: [PATCH] Fixed typo in docs readme. --- doc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.md b/doc/README.md index b67dbb9..505f173 100644 --- a/doc/README.md +++ b/doc/README.md @@ -38,7 +38,7 @@ git submodule add git@github.com:nmoinvaz/proxyres third-party/proxyres git submodule update --init ``` -Add thefollowing to your cmake: +Add the following to your cmake: ```cmake add_subdirectory(third-party/proxyres proxyres EXCLUDE_FROM_ALL) @@ -64,4 +64,4 @@ if ((version_info->features & CURL_VERSION_HTTPS_PROXY) == 0) { ## Linking with V8 -If you are using a project that also uses V8, it is necessary to link JavaScriptCoreGTK before linking against V8. This will prevent any conflicts when JavaScriptCoreGTK is loaded dynamically at run-time. \ No newline at end of file +If you are using a project that also uses V8, it is necessary to link JavaScriptCoreGTK before linking against V8. This will prevent any conflicts when JavaScriptCoreGTK is loaded dynamically at run-time.