Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmithcompsci committed Jul 25, 2021
1 parent 6cbf3cd commit 5dc2369
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 @@ -7,7 +7,7 @@ To keep things cross-platform, we want to use cmake; see https://github.com/bsmi
```cmake
add_subdirectory(ThirdParty/TwitchIRCSDK)
target_link_library(MyProject PRIVATE TwitchIRCSDK)
target_link_libraries(MyProject PRIVATE TwitchIRCSDK)
```

# Documentation
Expand Down

0 comments on commit 5dc2369

Please sign in to comment.