From 793929de6b5fc45d435e087f5cebfff386d10f5b Mon Sep 17 00:00:00 2001 From: Joshua Semar Date: Fri, 15 Nov 2024 14:00:01 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9aebe2..6373e1b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ composer require shipengine/shipengine ``` - The only configuration requirement is an [API Key](https://www.shipengine.com/docs/auth/#api-keys). -> The following example assumes that you have already set the `SHIPENGIEN_API_KEY` environment variable with your Api Key using `putenv()`. +> The following example assumes that you have already set the `SHIPENGINE_API_KEY` environment variable with your Api Key using `putenv()`. Examples ========