From 438d856f737d29f45f096187aab12582af5c1e8f Mon Sep 17 00:00:00 2001 From: Khaled Osman Date: Fri, 5 Apr 2019 13:43:25 +0200 Subject: [PATCH] Fix typo in README.md and update npm run command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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