Skip to content

Commit 112784b

Browse files
authored
Update readme.md
Fix table of contents links
1 parent 0580bdf commit 112784b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Diff for: readme.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Latest OAuth 2.0 Rest API Wrapper for UPS web services.
77

88
1. [Requirements](#requirements)
99
2. [Installation](#installation)
10-
3. [Address Validation](#addressvalidation)
11-
4. [Create Shipment | Shipping Label](#create-shipment)
12-
5. [Tracking API](#tracking)
13-
6. [Documentation](#api-docs)
14-
7. [License](#license-section)
15-
8. [Support the Project](#support-section)
10+
3. [Address Validation](#address-validation)
11+
4. [Create Shipment | Shipping Label](#create-shipment--shipping-label)
12+
5. [Tracking API](#tracking-api)
13+
6. [Documentation](#documentation)
14+
7. [License](#license)
15+
8. [Support the Project](#support-the-project)
1616

1717
<a name="requirements"></a>
1818
## Requirements
@@ -30,7 +30,7 @@ Install with composer
3030
composer require rahul-godiyal/php-ups-api-wrapper
3131
```
3232

33-
<a name="addressvalidation"></a>
33+
<a name="address-validation"></a>
3434
## Address Validation
3535
```php
3636
<?php
@@ -71,7 +71,7 @@ echo '</pre>';
7171
die();
7272
```
7373

74-
<a name="create-shipment"></a>
74+
<a name="create-shipment--shipping-label"></a>
7575
## Create Shipment | Shipping Label
7676
```php
7777
<?php
@@ -282,7 +282,7 @@ echo '<pre>'; print_r($shipRes); echo '</pre>';
282282

283283
```
284284

285-
<a name="tracking"></a>
285+
<a name="tracking-api"></a>
286286
## Tracking API
287287
```php
288288
<?php
@@ -312,17 +312,17 @@ $trackingRes = $tracking
312312
echo '<pre>'; print_r($trackingRes); echo '</pre>'; die();
313313
```
314314

315-
<a name="api-docs"></a>
315+
<a name="documentation"></a>
316316
## Documentation
317317
[UPS API docs](https://developer.ups.com/catalog)
318318

319319

320-
<a name="license-section"></a>
320+
<a name="license"></a>
321321
## License
322322

323323
PHP UPS API is licensed under [The MIT License (MIT)](LICENSE).
324324

325-
<a name="support-section"></a>
325+
<a name="support-the-project"></a>
326326
## Support the Project
327327

328328
If you enjoy using this package, please consider [buying me a coffee](https://www.buymeacoffee.com/ragod). Your support keeps the development going! ☕

0 commit comments

Comments
 (0)