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