Skip to content

Commit c06b8a6

Browse files
felixonmarsxpol
authored andcommitted
Correct typos in README
1 parent 242b40c commit c06b8a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
A json module for LuaJIT 2.0/2.1 and Lua 5.1/5.2/5.3,
88
based on the very fast [RapidJSON][] C++ library.
99

10-
See project [homepage][] for more informations,
10+
See project [homepage][] for more information,
1111
bug report and feature request.
1212

1313
## Dependencies
@@ -41,7 +41,7 @@ rapidjson.dump()
4141

4242
1. Use `cmake -H. -Bbuild -G<generator-name>` go generate project.
4343

44-
*If you use a non standard lua install location, add environment variable `LUA_DIR` to the directory contains `include` and `lib` for you lua installtion. eg.*
44+
*If you use a non standard lua install location, add environment variable `LUA_DIR` to the directory contains `include` and `lib` for you lua installation. eg.*
4545

4646
LUA_DIR=/usr/local/openresty/luajit cmake -H. -Bbuild -G<generator-name>
4747

@@ -176,4 +176,4 @@ See [API reference](API.md).
176176
[RapidJSON]: https://github.com/miloyip/rapidjson
177177
[homepage]: https://github.com/xpol/lua-rapidjson
178178
[Badge]: https://github.com/xpol/lua-rapidjson/workflows/CI/badge.svg
179-
[Actions]: https://github.com/xpol/lua-rapidjson/actions?workflow=CI
179+
[Actions]: https://github.com/xpol/lua-rapidjson/actions?workflow=CI

0 commit comments

Comments
 (0)