From 2fc7ceda4463dd5c9fac15141ab9823064b23acc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E9=A3=8E?= Date: Thu, 17 Apr 2014 20:48:20 +0800 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f215cb5e..991666dd 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ lua examples/client.lua # Launch a client, and try to input some words. ## About Lua -Skynet push a mondified version of lua 5.2.3 to 3rd/lua , it can share proto type between lua state (http://lua-users.org/lists/lua-l/2014-03/msg00489.html) . +Skynet put a modified version of lua 5.2.3 in 3rd/lua , it can share proto type between lua state (http://lua-users.org/lists/lua-l/2014-03/msg00489.html) . -Each lua file only load once and cache it in memory during skynet start, so if you want to reflush the cache , call skynet.cache.clear() . +Each lua file only load once and cache it in memory during skynet start . so if you want to reflush the cache , call skynet.cache.clear() . You can also use the offical lua version , edit the makefile by yourself .