### New Issue Checklist <!-- Please check the following boxes [x] before submitting your issue. Click the "Preview" tab for better readability. Thanks for contributing! --> - [x] I am not disclosing a [vulnerability](https://github.com/mtrezza/parse-server-api-mail-adapter/security/policy). - [x] I am not just asking a [question](https://github.com/mtrezza/parse-server-api-mail-adapter#need-help). - [x] I have searched through [existing issues](https://github.com/mtrezza/parse-server-api-mail-adapter/issues?q=is%3Aissue). - [x] I can reproduce the issue with the [latest version](https://github.com/mtrezza/parse-server-api-mail-adapter/releases). <!-- We don't investigate issues for outdated releases. --> ### Issue Description <!-- What is the specific issue? --> Going through the installation instructions from the README file, I get an error `ReferenceError: regeneratorRuntime is not defined` Which can be solved by requiring regenerator-runtime. A quick update to the readme file requiring and installing regenerator-runtime fixes this. ### Steps to reproduce <!-- How can someone else reproduce the issue? --> New installation on a clean parse-server will produce this issue. ### Actual Outcome <!-- What outcome, for example query result, did you get? --> error `ReferenceError: regeneratorRuntime is not defined` ### Expected Outcome <!-- What outcome, for example query result, did you expect? --> ReadMe should mention the requirement for regenerator-runtime for people not as tech savvy like I am. ### Failing Test Case / Pull Request <!-- Add a reference if you submitted a PR. A PR with a failing test case helps us to analyze the issue. A PR with a test case and a fix helps us to close this issue. --> ### Environment <!-- Be specific with versions, don't use "latest" or semver ranges like "~x.y.z" or "^x.y.z". --> - API Mail Adapter version: `6.0.1` - Parse Server version: `5.2.1` ### Logs <!-- Include relevant logs here. Turn on additional logging by configuring VERBOSE=1 in your environment. -->