You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
A json module for LuaJIT 2.0/2.1 and Lua 5.1/5.2/5.3,
8
8
based on the very fast [RapidJSON][] C++ library.
9
9
10
-
See project [homepage][] for more informations,
10
+
See project [homepage][] for more information,
11
11
bug report and feature request.
12
12
13
13
## Dependencies
@@ -41,7 +41,7 @@ rapidjson.dump()
41
41
42
42
1. Use `cmake -H. -Bbuild -G<generator-name>` go generate project.
43
43
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.*
0 commit comments