Skip to content

Commit e253625

Browse files
committed
Update README.md
1 parent 89b477e commit e253625

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ Their internal dependencies are handled automatically. So if you're requireing c
8181

8282
## 3. Use
8383

84-
After Boost's include path should be regitered by entering:
84+
Boost's include path should be registered by entering:
8585

8686
```cmake
8787
include_directories(${Boost_INCLUDE_DIRS})
8888
```
8989

90-
And you have to link your addon aggainst Boost libraries:
90+
And you have to link your addon with Boost libraries:
9191

9292
```cmake
9393
target_link_libraries(${PROJECT_NAME} ${CMAKE_JS_LIB};${Boost_LIBRARIES})
@@ -99,4 +99,4 @@ The [tutorial](https://github.com/unbornchikken/cmake-js/wiki/TUTORIAL-04-Creati
9999

100100
```
101101
git clone https://github.com/unbornchikken/cmake-js-tut-04-boost-module
102-
```
102+
```

0 commit comments

Comments
 (0)