Skip to content

Commit

Permalink
Fix typo in link
Browse files Browse the repository at this point in the history
  • Loading branch information
daneah committed Jun 12, 2019
1 parent 3ac64a3 commit 2462b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ We don't have time for slowpokes around here. Fizzbot will grade you on how fast

Fizzbot will give you a series of questions. Solve each one by GETting the question from the provided url and then POSTing the answer back to the same url.

Fizzbot will give you a 200 response if you are correct, and a 400 response if you need to try again. [Learn more about HTTP status codes(https://developer.mozilla.org/en-US/docs/Web/HTTP/Status).
Fizzbot will give you a 200 response if you are correct, and a 400 response if you need to try again. [Learn more about HTTP status codes](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status).

Answering a question correctly will give you the path to the next question. Once you answer all of the questions correctly, Fizzbot will grade your performance. You can always try again to get a better score.

Expand Down

0 comments on commit 2462b08

Please sign in to comment.