From 624cf557d4bfea5c38b45523ecf6d0046816819d Mon Sep 17 00:00:00 2001 From: Teodor Tanasoaia <28601907+Teoxoy@users.noreply.github.com> Date: Sat, 15 Jun 2019 01:13:33 +0200 Subject: [PATCH] change code preview to JS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ccb05b..6bf81b7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ npm i lua-in-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): -``` +```js const fs = require('fs') const lua2injs = require('lua-in-js') const execSync = require('child_process').execSync