diff --git a/README.md b/README.md index c8d0f54..26d84dd 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ int main(int argc, char **argv) { // Creage Lua context LuaContext lua; - // Create library "foo" conatining the "foo" function + // Create library "foolib" containing the "sum" function std::shared_ptr lib = std::make_shared("foolib"); lib->AddCFunction("sum", _sum);