From 1fd73399caa9a1ea24bd626e607980ac94debd64 Mon Sep 17 00:00:00 2001 From: Philipp Janda Date: Thu, 15 Jan 2015 16:30:38 +0100 Subject: fix typos in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f02d30e..d870827 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ a meaningful return value, so the usual idiom of storing the return of When run under Lua 5.3, this module does nothing. -Wehn run under Lua 5.2 or 5.1, it replaces some of your standard -functions and adds new ondes to bring your environment closer to that +When run under Lua 5.2 or 5.1, it replaces some of your standard +functions and adds new ones to bring your environment closer to that of Lua 5.3. It also loads the backported `utf8` module automatically, and tries to use [Roberto's struct library][1]. -- cgit v1.2.3-55-g6feb