Skip to content

Commit

Permalink
Fixed typo in docs readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz authored Oct 1, 2024
1 parent b76d50d commit 78d14e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand 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.
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.

0 comments on commit 78d14e1

Please sign in to comment.