@@ -25,14 +25,15 @@ This is sufficient to run, build, and test the project as a whole, but you might
2525You'll need _ ** tsc** _ (_ TypeScript Compiler_ ) to manually compile ` .ts ` files, and
2626_ ** ts-node** _ (_ Node.js executable for TypeScript_ ) to manually execute .ts scripts directly.
2727
28- Finally, once _ ** npm** _ is installed, to install the above, run
28+ Finally, once _ ** npm** _ is installed, run the following commands to install the above tools:
29+ run
2930
3031``` bash
3132npm i -g typescript
3233npm i -g ts-node
3334```
3435
35- _ ** Note:** _ Users on _ Linux_ and _ MacOS _ are required to add a ` sudo ` before these commands.
36+ _ ** Note:** _ Users on _ Linux_ and _ macOS _ are required to add a ` sudo ` before these commands.
3637
3738Check installation using
3839
@@ -91,7 +92,7 @@ After setup, the steps you take depend on what you want to do:
9192
9293# # Editor
9394
94- _All code is just plain text, so any editor works ._ However, using modern,
95+ _All code is plain text, so any editor will work ._ However, using modern,
9596feature-rich IDEs/text-editors like:
9697[_** Atom** _](https://github.blog/2022-06-08-sunsetting-atom/),
9798[_** Brackets** _](https://brackets.io),
@@ -113,4 +114,4 @@ Recommended extensions for this project are `Babel JavaScript`, `ESLint`, `Git G
113114` GitLens` , ` markdownlint` , ` Prettier` , ` Tailwind CSS IntelliSense` , and ` SVG` .
114115
115116All that, however, shouldn' t necessarily stop you from using _**Emacs**_, _**Nano**_, or _**Vim**_,
116- if that' s your poison :D . Happy coding!
117+ if that' s your preference . Happy coding!
0 commit comments