Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywon committed Aug 27, 2014
1 parent a97104d commit 76c336c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ You will need the following tools to complete this challenge

5. You must show an inbox count somewhere on the page to show the current number of messages in your inbox.

6. Set a recurring function to via the JavaScript `setTimeout` function that will call a `getNewMessage` function that we have created for you that will return a newly created message with the same properties as your previous messages.
6. Set a recurring function to via the JavaScript `setInterval` function that will call our existing `getNewMessage` function that we have created for you that will return a newly created message with the same properties as your previous messages.

6. All CSS styles should be created in the `css\style.css` file included in the project.

7. All JavaScript should be created in the `<head>` element in your included `index.html` file.
7. All JavaScript should be created in the `<head>` element in your included `index.html` file inside of the window.onload function already created in the `<head>` section.

8. Commit your code often and when you are completed send us a pull request from your repository so that we may review your code.

Expand Down

0 comments on commit 76c336c

Please sign in to comment.