diff --git a/20_projects/20_projects.md b/20_projects/20_projects.md index 06e33e2..9261e32 100644 --- a/20_projects/20_projects.md +++ b/20_projects/20_projects.md @@ -30,7 +30,7 @@ Congratulations for making it to this far. Now, you have a solid understanding o ## Exercises: Level 1 -Use the following two APIs, [all cats](https://api.thecatapi.com/v1/breeds) and [a single cat][https://api.thecatapi.com/v1/images/search?breed_id=abys]. In the single cat API, you can get url property which is the image of the cat. +Use the following two APIs, [all cats](https://api.thecatapi.com/v1/breeds) and [a single cat](https://api.thecatapi.com/v1/images/search?breed_id=abys). In the single cat API, you can get url property which is the image of the cat. Your result should look like this [demo](https://www.30daysofreact.com/day-20/cats). 🎉 CONGRATULATIONS ! 🎉