From aa4177ea78ffca93f121cab275e3740585e51bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Jurado=20Segu=C3=AD?= Date: Thu, 31 Mar 2022 16:09:54 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 973c34a..d00ef39 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ NodeToJS is a module/library at once: a module for NodeJS and a library for Javascript (JS). It allows to create text based apps/games that can be executed and work both in the terminal (for Windows, Linux or Mac) and in a web browser. That is, with the same code you will create a CLI app/game and a text-based webapp/webgame. Features: -- Use canvas to simulate the terminal. -- Draw text with foreground color and background color. -- Read key events -- It has no user text input fields (for now). + - Use canvas to simulate the terminal. + - Draw text with foreground color and background color. + - Read key events + - It has no user text input fields (for now). ### Use: The minimum files you need are four: