We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09edae2 commit 5d3e637Copy full SHA for 5d3e637
README.md
@@ -44,7 +44,7 @@ When you have those completed, you're ready to start coding!
44
#### Fetch the User Data
45
46
- When your component mounts, send a GET request to the following URL (replacing the palceholder with your Github name):
47
- - https://api.github.com/users/<your name>
+ - https://api.github.com/users/[your username]
48
- After you fetch your data, set it to state
49
50
#### Display the User Data
0 commit comments