Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Use updated API
Browse files Browse the repository at this point in the history
  • Loading branch information
djgrant committed Oct 14, 2017
1 parent 542b80a commit 0bc12f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/lesson3.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

- You'll find in the components folder an `Album` component already written for you to use.

- Fetch an array of albums from https://gist.githubusercontent.com/djgrant/d465b89610f7047c759bdfed087bb4c4/raw/bee48fc79be3df912908d59bcde538f3d1b00edf/beyonce-albums.json.
- Fetch an array of albums from https://gist.githubusercontent.com/rarmatei/f5ae92ac93d9716affab822a3f54f95b/raw/208c60d8bedabae95f35c2fa01b7010c9e3d8b45/beyonce-albums.json.

- Using the data returned from the API, render a list of `Album` components, passing in the necessary props.

Expand Down

0 comments on commit 0bc12f1

Please sign in to comment.