From 5fb60e7be49fb4d08b163ad16706170b75f1387b Mon Sep 17 00:00:00 2001 From: Jefferson Heckler Stachelski Date: Wed, 30 Oct 2019 15:47:24 -0300 Subject: [PATCH] Fix typo in readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 796a15e..aaa963d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This serverless plugin generates a `.env` file based on the environment variables in the `serverless.yml`. The idea is to use this environment variables for further tasks like integration tests etc. It works great with `serverless offline`, so you can start serverless offline, the plugin will hook into the process and create the `.env` file. You will find the `.env` file in the `.serverless` folder of your project. -It will collect the global environment variables of the poject as well as all environment variables of the functions. It will also add `API_ENDPOINT` and `IS_OFFLINE` to your environment if you run the plugin via `serverless offline`. +It will collect the global environment variables of the project as well as all environment variables of the functions. It will also add `API_ENDPOINT` and `IS_OFFLINE` to your environment if you run the plugin via `serverless offline`. ## Usage