diff --git a/README.md b/README.md index ac756e025..9f795bf6a 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ You are allowed, and **encouraged**, to collaborate with other peers. Please fol ### Task 1: Minimum Viable Product -- [ ] Pick any API, could be one of your past projects, and deploy it to [Heroku](https://heroku.com). -- [ ] Add support for environment variables using an `.env` file. You can use the [dotenv](https://www.npmjs.com/package/dotenv) npm package. +- [X] Pick any API, could be one of your past projects, and deploy it to [Heroku](https://heroku.com). +- [X] Add support for environment variables using an `.env` file. You can use the [dotenv](https://www.npmjs.com/package/dotenv) npm package.