From 3e966fc24c4e941387a0a28cbb7afd34ec92bc62 Mon Sep 17 00:00:00 2001 From: Dustin Myers Date: Wed, 13 Jan 2021 14:03:09 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13b1e3fba9..602078daae 100644 --- a/README.md +++ b/README.md @@ -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