From 703537b82757070085a3a419829142c31311d3f6 Mon Sep 17 00:00:00 2001 From: Anurag Sachdeva Date: Sun, 28 Oct 2018 03:34:53 +0530 Subject: [PATCH] Just a minor Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4e1566f..8b53f5af 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Update the development environment with your [SENDGRID_API_KEY](https://app.send cp .env_sample .env ``` 2. Edit the new `.env` to add your API key -3. Source the `.env` file to set rhe variable in the current session +3. Source the `.env` file to set the variable in the current session ```bash source .env ```