From 6e787af0f08c679a6f6de15c75a01b9a4fa7ead8 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 11 Feb 2024 09:46:19 -0500 Subject: [PATCH] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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