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: