From 2b621cace647b69130d89b5bae002a7d03fdcb78 Mon Sep 17 00:00:00 2001 From: Eduardo Bart Date: Thu, 5 Jul 2012 20:37:32 -0300 Subject: [PATCH] Update master --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 18017d7b..fd2d8052 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ ### What is OTClient? -OTClient is an alternative Tibia client for usage with otserv. It aims to be complete and flexible, +Otclient is an alternative Tibia client for usage with otserv. It aims to be complete and flexible, for that it uses LUA scripting for all game interface functionality and configurations files with a syntax -similar to CSS for the client interface design. OTClient works with a modular system, this means +similar to CSS for the client interface design. Otclient works with a modular system, this means that each functionality is a separated module, giving the possibility to users modify and customize anything easily. Users can also create new mods and extend game interface for their own purposes. -OTClient is written in C++2011, the upcoming C++ standard and heavily scripted in lua. +Otclient is written in C++2011, the upcoming C++ standard and heavily scripted in lua. ### Features