Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmyers authored Jan 13, 2021
1 parent 01dc20e commit 3e966fc
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 @@ -56,7 +56,7 @@ When you have those completed, you're ready to start coding!
#### Fetch the User's Followers

- When your component mounts, you will also fetch the user's followers using this endpoint:
https://api.github.com/users/< Your github name >/followers
https://api.github.com/users/[your-username]/followers
- Set that data to state as well, and display the data in your app

#### Style the User Card
Expand Down

0 comments on commit 3e966fc

Please sign in to comment.