From ea20c78834dd53fb025da74f2870811d519113af Mon Sep 17 00:00:00 2001 From: rawilk Date: Mon, 22 Feb 2021 15:38:09 +0000 Subject: [PATCH] Prettified Code! --- docs/installation.md | 8 ++++---- docs/requirements.md | 14 +++++++------- docs/upgrade.md | 1 + 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 57eeafa..d43f175 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -73,9 +73,9 @@ file, or directly in the config file (not recommended). At a minimum, you will need: -- Account Access Key (`UPS_ACCESS_KEY`): Your account needs an api access key, which can be obtained here: [https://www.ups.com/upsdeveloperkit/manageaccesskeys?loc=en_US](https://www.ups.com/upsdeveloperkit/manageaccesskeys?loc=en_US) -- User ID (`UPS_USER_ID`): The username you use to login to your UPS account. -- Password (`UPS_PASSWORD`): The password you use to login to your UPS account. -- Shipper Number (`UPS_SHIPPER_NUMBER`): This is a 6 digit number assigned to you by UPS. +- Account Access Key (`UPS_ACCESS_KEY`): Your account needs an api access key, which can be obtained here: [https://www.ups.com/upsdeveloperkit/manageaccesskeys?loc=en_US](https://www.ups.com/upsdeveloperkit/manageaccesskeys?loc=en_US) +- User ID (`UPS_USER_ID`): The username you use to login to your UPS account. +- Password (`UPS_PASSWORD`): The password you use to login to your UPS account. +- Shipper Number (`UPS_SHIPPER_NUMBER`): This is a 6 digit number assigned to you by UPS. If your account has negotiated rates enabled for it, you can set `UPS_NEGOTIATED_RATES` to `true`. diff --git a/docs/requirements.md b/docs/requirements.md index abec888..5be30f3 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -5,14 +5,14 @@ sort: 2 ## General Requirements -- PHP **7.4** or greater -- Laravel **7.28** or greater -- A [UPS Account](https://www.ups.com/upsdeveloperkit?loc=en_US) -- At least a basic understanding of the UPS Api +- PHP **7.4** or greater +- Laravel **7.28** or greater +- A [UPS Account](https://www.ups.com/upsdeveloperkit?loc=en_US) +- At least a basic understanding of the UPS Api ## Version Matrix | Laravel | Minimum Version | -| --- | --- | -| 7.28 | 1.0.0 | -| 8.0 | 1.0.0 | +| ------- | --------------- | +| 7.28 | 1.0.0 | +| 8.0 | 1.0.0 | diff --git a/docs/upgrade.md b/docs/upgrade.md index 91ee65d..26528f8 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -4,5 +4,6 @@ sort: 3 --- ## Upgrade from v1 to v2 + The only real requirement to upgrade to v2 is ensuring your environment is running on at least php 8 and your Laravel installation is running on at least version 8.0.