From 6e4371d9407f38c886ed199153ebe2fc570d4bcf Mon Sep 17 00:00:00 2001 From: Matthew Berger Date: Wed, 15 Aug 2018 19:25:24 -0500 Subject: [PATCH] minor tweak --- assignment0/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignment0/README.md b/assignment0/README.md index 3137aaf..fe7a61b 100644 --- a/assignment0/README.md +++ b/assignment0/README.md @@ -8,7 +8,7 @@ Next, we will walk through how we will develop visualization applications for th * First, it is necessary to run a local server on your computer, so that you may safely access local files when developing. The simplest way to do this is using python. Installing python on your machine should be fairly standard, depending on your preferred OS, so I will not go over this. * Next, lets run a local server. Fire up a terminal, and go to the top-level directory of the assignments repository, it should be named **vis-fall2018-assignments**. If you renamed it when you cloned the repository, use that name. If you are running python2.x, then issue: `python -m SimpleHTTPServer` to the terminal. If you are running python3.x, then issue: `python -m http.server`. You will now be running a local server on your machine. -* Fire up your **Google Chrome** browser. Go to the following url: [http://localhost:8000](http://localhost:8000). You should now see the survey that you will need to fill out. Hurrah! +* Fire up your **Google Chrome** browser. Go to the following url: [http://localhost:8000/assignment1](http://localhost:8000/assignment1). You should now see the survey that you will need to fill out. Hurrah! * Open up `index.html` with your favorite text editor or IDE, and you will see a set of `question` and `answer` variables. Please fill in the `answer` variables with your responses. * Refresh the webpage, and you will see your responses, with some d3 flair. To prove that you actually did this, please take a screenshot of your browser, and save the image to the `assignment0` directory. * Zip up the `assignment0` directory, and submit it to Brightspace.