aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsotech117 <26747948+sotech117@users.noreply.github.com>2024-01-22 14:31:47 -0500
committerGitHub <noreply@github.com>2024-01-22 14:31:47 -0500
commit8a5d6bab77eea533b74b3fad24c879c18a0bf0ac (patch)
tree641cbe317475aef3c0a1b4c1bcd47ab142deb4a8
parent02330a89790bd294c1ea1b79d42f71fa25be3f8a (diff)
Update readme.md
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 1cfccfa..9ee2aad 100644
--- a/readme.md
+++ b/readme.md
@@ -1,7 +1,7 @@
-You will use this repo to complete cs1300's ab testing assignment! This is a public template, so INSTEAD OF FORKING, please use "use this template" to copy your own version of this repo into your github account to use the repo.
+You will use this repo to complete cs1300's ab testing assignment! This is a public template, so, INSTEAD OF FORKING (!), please use "use this template" button (on the top right of the repo's home page) to copy your own version of this repo into your github account to build off of this stencil.
-This contains two pages that are identical: a.html & b.html. You are tasked with modifying b.html (along with appointements-b.html) to impact how the user may finish his/her task.
+This contains two pages that are identical: a.html & b.html. You are tasked with modifying b.html (along with appointements-b.html) to impact how the user may finish the provided task.
-This repo contains the javascript that will store and download the user's data while using both versions of the site. DO NOT MODIFY the javascript (unless you know what you are doing).
+This repo contains the javascript that will store and download the user's data while using both versions of the site. DO NOT MODIFY the provided javascript files (unless you know what you are doing); if you need to add javascript to accomodate your changes to b.html, make a new file!
From the uiux tas, we hope you enjoy the assignment :)