Skip to content

Commit 4c1f611

Browse files
authored
Merge pull request tcbrindle#12 from wrbs/patch-1
Fix typo in readme
2 parents 85be087 + 34a2fbd commit 4c1f611

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
@@ -29,7 +29,7 @@ themselves by adding
2929

3030
```cmake
3131
find_package(SDL2 REQUIRED)
32-
find_package(SDL2_Image REQUIRED)
32+
find_package(SDL2_image REQUIRED)
3333
find_package(SDL2_ttf REQUIRED)
3434
3535
include_directories(${SDL2_INCLUDE_DIR}

0 commit comments

Comments
 (0)