diff --git a/subjects/series/README.md b/subjects/series/README.md index 46b9728d..417b40aa 100644 --- a/subjects/series/README.md +++ b/subjects/series/README.md @@ -2,9 +2,8 @@ ### Instructions -Create a function `series` that takes an array of async functions. -It must execute them in series and return the results in order. +Create a function named `series` that takes an array of `async` functions. It must execute them in series and return the results in order. ### Notions -- [nan-academy.github.io/js-training/examples/promise](https://nan-academy.github.io/js-training/examples/promise.js) +- [Promise](https://nan-academy.github.io/js-training/examples/promise.js)