From ae62f2bcdebde6878b3c6e0ed96c9dd73390e7e9 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 12 Jan 2014 22:39:17 +0400 Subject: [PATCH] Fix typos in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5a527c..12f8e1b 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ To build standalone version: ## Bundling ## -The library is easy to integrade into other CMake-using projects. +The library is easy to integrate into other CMake-using projects. Just place the library into dedicated directory in your project (for example, lib/SDL2pp) and add @@ -77,7 +77,7 @@ be able to use them as usual: ```cmake INCLUDE_DIRECTORIES(${SDL2PP_INCLUDE_DIRS}) -ADD_EXEUTABLE(mytarget ...) +ADD_EXECUTABLE(mytarget ...) TARGET_LINK_LIBRARIES(mytarget ${SDL2PP_LIBRARIES}) ``` @@ -94,4 +94,4 @@ library, providing SDL2 includes/libs in the mentioned variables. ## License ## -libSDL2pp comes under zlib licemse, the same license as SDL2. +libSDL2pp comes under zlib license, the same license as SDL2.