From 5a53b84dd1d289fc88378a9ab177299446380f88 Mon Sep 17 00:00:00 2001 From: MarieMalarme Date: Fri, 19 Jun 2020 10:38:11 +0100 Subject: [PATCH] Update README.md --- subjects/where-do-we-go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/where-do-we-go/README.md b/subjects/where-do-we-go/README.md index 4a091ba5..1b420e84 100644 --- a/subjects/where-do-we-go/README.md +++ b/subjects/where-do-we-go/README.md @@ -13,7 +13,7 @@ Write the function `explore` which creates a page displaying the list of `places - displays as text strings separated by `\n`, the `name` and the `coordinates` of the current place featured in the image - using the corresponding `color` as text color - updates the `name`, `coordinates` and `color` on scroll, when the top of the next image reaches the middle of the screen height - - has the `href` attribute set to open a new tab redirecting to a Google Maps' URL with the coordinates of the place currently displayed + - has the `href` attribute set to open **a new tab** redirecting to a Google Maps' URL with the coordinates of the place currently displayed - display a compass indicating the latitude direction ; `N` for North if the user is scrolling up, `S` for South if he's scrolling down ### Notions