Skip to content

Commit c1f0525

Browse files
pjfrontendChrisThrasher
authored andcommitted
Fixing typo in README.md
1 parent a9b227e commit c1f0525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The template starts out very basic, but might receive additional features over t
4949
5050
SFML is found via CMake's [FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html) module.
5151
FetchContent automatically downloads SFML from GitHub and builds it alongside your own code.
52-
Beyond the convenience of not having to install SFML yourself, this ensures ABI compatability and simplifies things like specifying static versus shared libraries.
52+
Beyond the convenience of not having to install SFML yourself, this ensures ABI compatibility and simplifies things like specifying static versus shared libraries.
5353
5454
Modifying what version of SFML you want is as easy as changing the [`GIT_TAG`](CMakeLists.txt#L7) argument.
5555
Currently it uses the latest in-development version of SFML 2 via the `2.6.x` tag.

0 commit comments

Comments
 (0)