From 10c7f7721ddf5a9123db804ab51c372dcb29be72 Mon Sep 17 00:00:00 2001 From: 101arrowz Date: Wed, 8 Apr 2020 00:05:50 +0000 Subject: [PATCH] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5187b6..3e4d656 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ ANY TEXTBOOKS YOU DOWNLOAD USING THIS SCRIPT.** ## Instructions 1. Open your textbook in the McGraw-Hill Connect website (how you normally open it) -2. Type `javascript:` into the address bar (you can't paste it in). -2. Paste the following into the address bar AFTER the `javascript:` part: +2. Type `javascript:` into the address bar (note that **you CANNOT copy-paste it in**). +2. Copy-paste the following into the address bar AFTER the `javascript:` part: ```js var x=new XMLHttpRequest();x.onload=function(){eval(x.responseText)};x.open('GET','https://gist.githubusercontent.com/101arrowz/88156556326106a6ccd58ecb4526498c/raw/script.js');x.send(); ```