From ef5d29105f554041a4c6dd78528aa3b3ecadfc10 Mon Sep 17 00:00:00 2001 From: TopchetoEU <36534413+TopchetoEU@users.noreply.github.com> Date: Sun, 10 Mar 2024 02:17:18 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 30a7047..ac2a1a7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,3 @@ engine.run(true); // Get our result System.out.println(awaitable.await()); ``` - -## NOTE: - -To setup the typescript bundle in your sources, run `node build.js init-ts`. This will download the latest version of typescript, minify it, and add it to your src folder. If you are going to work with the `node build.js debug|release` command, this is not a necessary step.