From c63c4e5b4dc3d40d6914baa40f0d27299f706eb6 Mon Sep 17 00:00:00 2001 From: EthanThatOneKid <31261035+EthanThatOneKid@users.noreply.github.com> Date: Sat, 26 Dec 2020 14:53:13 -0800 Subject: [PATCH] Update README.md --- sensei-grading-bookmarklet/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sensei-grading-bookmarklet/README.md b/sensei-grading-bookmarklet/README.md index c171503..342dbe5 100644 --- a/sensei-grading-bookmarklet/README.md +++ b/sensei-grading-bookmarklet/README.md @@ -12,9 +12,9 @@ ## Development +This [bookmarklet][bookmarklet_definition] is compiled using [NodeJS][node_installation]. 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 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 -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. -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 [bookmarklet_definition]: https://en.wikipedia.org/wiki/Bookmarklet