Skip to content

Commit

Permalink
Modify user identification information
Browse files Browse the repository at this point in the history
  • Loading branch information
liaohanfei committed Nov 21, 2023
1 parent 3ea1992 commit 21a0b38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Trackingmore-sdk-nodejs
TrackingMore-sdk-nodejs
=================

node.js SDK for Trackingmore API
node.js SDK for TrackingMore API

Contact: <[email protected]>

Expand All @@ -10,12 +10,12 @@ Contact: <[email protected]>
[Document](https://www.trackingmore.com/docs/trackingmore/d5ac362fc3cda-api-quick-start)

## Index
1. [Installation](https://github.com/TrackingMores/trackingmore-sdk-nodejs#installation)
2. [Testing](https://github.com/TrackingMores/trackingmore-sdk-nodejs#testing)
1. [Installation](https://github.com/TrackingMore-API/trackingmore-sdk-nodejs#installation)
2. [Testing](https://github.com/TrackingMore-API/trackingmore-sdk-nodejs#testing)
3. SDK
1. [Couriers](https://github.com/TrackingMores/trackingmore-sdk-nodejs#couriers)
2. [Trackings](https://github.com/TrackingMores/trackingmore-sdk-nodejs#trackings)
3. [Air Waybill](https://github.com/TrackingMores/trackingmore-sdk-nodejs#air-waybill)
1. [Couriers](https://github.com/TrackingMore-API/trackingmore-sdk-nodejs#couriers)
2. [Trackings](https://github.com/TrackingMore-API/trackingmore-sdk-nodejs#trackings)
3. [Air Waybill](https://github.com/TrackingMore-API/trackingmore-sdk-nodejs#air-waybill)


## Installation
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trackingmore-sdk-nodejs",
"version": "1.0.6",
"version": "1.0.7",
"description": "node.js SDK for TrackingMore API",
"main": "src/index.js",
"scripts": {
Expand All @@ -15,10 +15,10 @@
},
"repository": {
"type": "git",
"url": "git://github.com/TrackingMores/trackingmore-sdk-nodejs.git"
"url": "git://github.com/TrackingMore-API/trackingmore-sdk-nodejs.git"
},
"bugs": {
"url": "https://github.com/TrackingMores/trackingmore-sdk-nodejs/issues"
"url": "https://github.com/TrackingMore-API/trackingmore-sdk-nodejs/issues"
},
"license": "MIT",
"jest": {
Expand Down

0 comments on commit 21a0b38

Please sign in to comment.