diff --git a/README.md b/README.md index 8ac1781..faae006 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # elua -The `elua` crate is meant to provide high-level bindings to [Lua 5.4](https://www.lua.org/manual/5.4/manual.html). -Although most of the crate is safe, there can be some unsafe aspects. Anytime something -could be unsafe, they are marked as so clearly in documentation. +The `elua` crate provides high-level bindings to [Lua 5.4](https://www.lua.org/manual/5.4/manual.html). +Although most of the crate is safe, there can be some unsafe aspects. In those cases, they are +clearly marked that they are in documentation. ## State This library is still early in development. Although it provides bindings to most things needed