Skip to content

Commit 420fa1d

Browse files
Update README.md
1 parent 1d9b51f commit 420fa1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In this project you will build an application that allows for github user and fo
3232
#### Build your DOM
3333
> *Creating the DOM for your application base on your template and data*
3434
* [ ] Take a look at the [included mockup](./card_mockup.png).
35-
* [ ] Use your browser to take a look at the data returned when using the following endpoints: https://api.github.com/users/{your github name} and https://api.github.com/users/{your github name}/followers
35+
* [ ] Use your browser to take a look at the data returned when using the following endpoints: https://api.github.com/users/your_github_name and https://api.github.com/users/your_github_name/followers
3636
* [ ] Using these three pieces of information, build the DOM necessary to display all application information.
3737
* [ ] Make use of the User.js (for holding all user information), FollowerList.js (for map through a followers list) and Follower.js (for displaying an individual follower) components to efficiently distribute your code. ***All components should be class based for this assignment.***
3838
* [ ] Feel free to leave the search form within App.js.

0 commit comments

Comments
 (0)