Skip to content

Commit

Permalink
Update README.md (#129)
Browse files Browse the repository at this point in the history
Wrong URL
  • Loading branch information
MrThanlon authored Aug 2, 2022
1 parent 182e4b6 commit 97668d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ If you want to use this library in a CMake project you can use the snippet below

```
FetchContent_Declare(llhttp
URL "https://github.com/nodejs/llhttp/releases/download/v6.0.5/llhttp-release-v6.0.5.tar.gz") # Using version 6.0.5
URL "https://github.com/nodejs/llhttp/archive/refs/tags/v6.0.5.tar.gz") # Using version 6.0.5
FetchContent_MakeAvailable(llhttp)
Expand Down

0 comments on commit 97668d8

Please sign in to comment.