Skip to content

Commit

Permalink
docs: fix typo in README (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjester authored Feb 4, 2020
1 parent 1ff2405 commit 76dcd42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -220,7 +220,6 @@ Quick links:
- [Feature Request](https://github.com/sendgrid/sendgrid-java/blob/master/CONTRIBUTING.md#feature-request)
- [Bug Reports](https://github.com/sendgrid/sendgrid-java/blob/master/CONTRIBUTING.md#submit-a-bug-report)
- [Improvements to the Codebase](https://github.com/sendgrid/sendgrid-java/blob/master/CONTRIBUTING.md#improvements-to-the-codebase)
- [Sign the CLA to Create a Pull Request](https://cla.sendgrid.com/sendgrid/sendgrid-java)

<a name="troubleshooting"></a>
# Troubleshooting
Expand Down

0 comments on commit 76dcd42

Please sign in to comment.