diff --git a/README.md b/README.md index b696ed2..2c03822 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # luaqalculator This library implmenets some glue between libqalculate and lua, which is used for my bot's calculate function. -Calling this library a "binding" would probably be a mistake seeing that it simply isn't a binding, but rather a thing library that allows calling the "CalculateAndPrint" function from lua. +Calling this library a "binding" would probably be a mistake seeing that it simply isn't a binding, but rather a thin library that allows calling the "CalculateAndPrint" function from lua. That being said, it's more than enough for my particular use case. # Building