From 9fea142e89030bc3f8d2dd69573d1db98345bdef Mon Sep 17 00:00:00 2001 From: nbogie Date: Tue, 11 Jun 2019 03:08:38 +0100 Subject: [PATCH] fix markdown of placeholderkitens link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8ade2f..6c36e40 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ A few things to think of: - The font you need is called `Raleway` and is already loaded up into the project - but remember you'll need to declare it in your CSS. - You'll need to copy the colours, spacing, layout and size of elements in the design. This is a core skill as a front-end developer! :) -- Use placeholder images (such as [https://placekitten.com/](these kittens)), initially. +- Use placeholder images (such as [these kittens](https://placekitten.com/) ), initially. - Extra points if you can think of a nice way to display the app on mobile ;) #### A note on using images in React