Update README.md

This commit is contained in:
EthanThatOneKid 2020-12-26 14:53:13 -08:00
parent 6c695064d4
commit c63c4e5b4d

View file

@ -12,9 +12,9 @@
## Development ## Development
This [bookmarklet][bookmarklet_definition] is compiled using [NodeJS][node_installation].
Upon cloning this project, execute `npm i` to install of the necessary dependencies. Upon cloning this project, execute `npm i` to install of the necessary dependencies.
This [bookmarklet][bookmarklet_definition] is compiled using [NodeJS][node_installation].
To run in development mode, run `npm run dev`. To run in development mode, run `npm run dev`.
To generate the bookmarklet, run `npm start`. To generate the bookmarklet, run `npm start`.
@ -25,9 +25,9 @@ My goal is to make an entirely keyboard-navigable enhancement in the form of a b
## Security ## Security
For security reasons, modern browsers will make you type the prefix (`javascript:`) manually. For security reasons, modern browsers will make you type out the prefix (`javascript:`) manually.
They use this as a method of opting into the potentially dangerous act of executing foreign JavaScript on a webpage. They use this as a method of opting into the potentially dangerous act of executing foreign JavaScript on a webpage.
This code, however, is non-malicious, so no worries. This code, however, is non-malicious, so no worries in this case.
[grading_console]: https://gdp.code.ninja/Grading [grading_console]: https://gdp.code.ninja/Grading
[bookmarklet_definition]: https://en.wikipedia.org/wiki/Bookmarklet [bookmarklet_definition]: https://en.wikipedia.org/wiki/Bookmarklet