Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
peacalm committed Jun 30, 2023
1 parent ea02bcf commit e1b01c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Features:
* Get and call Lua functions in C++
* Bind C++ functions(also lambda, std::function or callable objects) to Lua
* Bind C++ classes to Lua
* Bind C++ copyable objects, movable objects, raw pointer or smart pointer to Lua
* Bind C++ copyable objects, movable objects, raw pointer or smart pointer of objects to Lua
* Evaluate Lua expressions in C++ to get results
* If a variable provider is provided, it can automatically seek variabls from
provider while evaluate expressions.
Expand Down

0 comments on commit e1b01c3

Please sign in to comment.