Skip to content

Commit

Permalink
Fix bullet formatting in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton authored Oct 3, 2024
1 parent 4b70f15 commit c44cb98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ SEDS Homework 0: Command line and submitting homework

Instructions for the homework:
* Create a `download_pronto.bash` script that does the following things:
* Makes a directory called `pronto_data` and does all the other steps from inside this directory. (1pt)
* Uses `curl` to download the Pronto bike data in CSV from `https://data.seattle.gov/api/views/tw7j-dfaw/rows.csv?accessType=DOWNLOAD` and save the output to `pronto.csv` (1pt)
* Unzip the file with `unzip` (1pt)
* Uses `head` to show the first few lines of the `2015_trip_data.csv` to the user (1pt)
* Makes a directory called `pronto_data` and does all the other steps from inside this directory. (1pt)
* Uses `curl` to download the Pronto bike data in CSV from `https://data.seattle.gov/api/views/tw7j-dfaw/rows.csv?accessType=DOWNLOAD` and save the output to `pronto.csv` (1pt)
* Unzip the file with `unzip` (1pt)
* Uses `head` to show the first few lines of the `2015_trip_data.csv` to the user (1pt)
* Submit your homework using git/GitHub (1pt)

0 comments on commit c44cb98

Please sign in to comment.