diff --git a/README.md b/README.md index 796a15e..d6bc578 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ plugins: - '@jimdo/serverless-dotenv' ``` -That's it! You can now type `serverless dotenv` in your terminal to generate the `.env` file based on your serverless configuration. Alternative you can just start `serverless offline` to generate it. +That's it! You can now type `serverless dotenv` in your terminal to generate the `.env` file based on your serverless configuration. Alternatively you can just start `serverless offline` to generate it. ## Contribution -Feel free to contribute to this project! Our JavaScript is written based on [standardJS](https://standardjs.com). We recommend to use a `standardJS` [plugin](https://standardjs.com/index.html#are-there-text-editor-plugins) for your Editor, but you can also lint your code with `yarn run lint` - respectively `npm run lint`. Please don't forget to add unit and/or integration tests. Thanks <3 +Feel free to contribute to this project! Our JavaScript is written based on [standardJS](https://standardjs.com). We recommend to use a `standardJS` [plugin](https://standardjs.com/index.html#are-there-text-editor-plugins) for your Editor, but you can also lint your code with `yarn run lint` - respectively `npm run-script lint`. Please don't forget to add unit and/or integration tests. Thanks <3