diff --git a/README.md b/README.md index 95a6069..290957a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # lua2js -A Lua to JS transpiler +A Lua to JS transpiler / runtime + +## Install + +``` +npm i lua-js +``` Usage example (I am using it just to convert a lua file to js; run the temporary js file and get some data from it): ``` diff --git a/package.json b/package.json index f428046..a0bff67 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { - "name": "lua2js", + "name": "lua-js", "version": "1.0.0", - "description": "A Lua to JS transpiler", + "description": "A Lua to JS transpiler / runtime", "keywords": [ "lua", "javascript", - "transpiler" + "transpiler", + "runtime" ], "author": "Teoxoy", "license": "MIT", @@ -13,7 +14,7 @@ "module": "src/index.js", "repository": { "type": "git", - "url": "git://github.com/teoxoy/lua2js.git" + "url": "git://github.com/teoxoy/lua-js.git" }, "scripts": { "build": "webpack"