From 6eb2fb1d65536df91998752546b4ba6e69e7f60c Mon Sep 17 00:00:00 2001 From: MarieMalarme Date: Sat, 20 Jun 2020 15:09:18 +0100 Subject: [PATCH] Update README.md --- subjects/get-them-all/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/get-them-all/README.md b/subjects/get-them-all/README.md index ab45fbe3..9e557104 100644 --- a/subjects/get-them-all/README.md +++ b/subjects/get-them-all/README.md @@ -26,7 +26,7 @@ On top of the webpage, each of the four buttons fires a function: - the HTML element of the architect you're looking for, whose `id` is `BonannoPisano` - an array which contains all the remaining active classical architects -> From now on, don't forget to [**export**](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export) all the expected functions, so that they can be imported to be tested +> From now on, don't forget to [**export**](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export) all the expected functions, so that they can be imported to be tested
> `export const getArchitects = () => {...}` ### Notions