From 662a64b0679f65c420ac874bf1636e17b82e30c5 Mon Sep 17 00:00:00 2001 From: EthanThatOneKid <31261035+EthanThatOneKid@users.noreply.github.com> Date: Tue, 12 Jan 2021 16:46:54 -0800 Subject: [PATCH] Update README.md --- sensei-grading-bookmarklet/README.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/sensei-grading-bookmarklet/README.md b/sensei-grading-bookmarklet/README.md index 31af0d7..fa77c41 100644 --- a/sensei-grading-bookmarklet/README.md +++ b/sensei-grading-bookmarklet/README.md @@ -9,27 +9,18 @@ Grading code ninjas' submissions is slow and tedious because the current site has a poor user experience. My goal is to make an entirely keyboard-navigable enhancement in the form of a bookmarklet. -## Usage - -### One-Time - -1. Visit the [grading console][grading_console] while logged in as a code sensei. -1. Paste the bookmarklet code in the [address bar](https://en.wikipedia.org/wiki/Address_bar). -1. [Make sure it is prefixed with `javascript:`](#security). -1. Click enter to execute the bookmarklet code. -1. Grade. - -### Install +## Getting Started To install a bookmarklet, it must be added to your bookmarks bar. -#### Chrome Installation - 1. Right-click your bookmark bar. 1. Click "Add page...". 1. Set the name to `Sensei Grading +`. 1. Set the URL to [the latest bookmarket distribution][bookmarklet_file]. 1. Click "Save". + +Now that you have installed the bookmarklet, using it is as simple as the following steps: + 1. Visit the [grading console][grading_console] while logged in as a code sensei. 1. Click "Sensei Grading +" on your bookmarks bar to execute the bookmarklet code. 1. Grade.