Skip to content

Commit

Permalink
Replaced LUA with Lua in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansafrin committed Apr 3, 2014
1 parent 4c5018c commit ba4034b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Polycode is a cross-platform framework for creative code. You can use it as a C+

The core Polycode API is written in C++ and can be used to create portable native applications.

On top of the core C++ API, Polycode offers a LUA-based scripting system with its own set of compilation tools. The LUA API mirrors the C++ API and can be used to easily create prototypes and even publish complete applications to multiple platforms without compiling C++.
On top of the core C++ API, Polycode offers a Lua-based scripting system with its own set of compilation tools. The Lua API mirrors the C++ API and can be used to easily create prototypes and even publish complete applications to multiple platforms without compiling C++.

Polycode is available under the MIT license and was designed and developed by Ivan Safrin.

Expand Down

0 comments on commit ba4034b

Please sign in to comment.