diff --git a/README.md b/README.md index f7c0579..de8e211 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This lib depends only on Lua: ```C++ -// Define a luaw instance, which following examples use +// Define a luaw instance, which is used by the following examples peacalm::luaw l; ```