Skip to content

Commit 58d41b4

Browse files
committed
small readme fixes
1 parent c11ba9b commit 58d41b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ the all tracking events for a given shipment.
6262
- [track_package_by_carrier_code_and_tracking_number](./docs/track_package_by_carrier_code_and_tracking_number_example.md) - Track a package by `carrier_code` and `tracking_number`. This method returns
6363
the all tracking events for a given shipment.
6464
- [void_label_by_label_id](./docs/void_label_by_label_id_example.md) - Void a shipping label you created using ShipEngine by its `label_id`. This method returns an object that indicates the status of the void label request.
65-
- [list_labels_by_tracking_number] (./docs/list_labels_by_tracking_number.md) - List the labels associated with the inputted tracking number.
65+
- [list_labels_by_tracking_number](./docs/list_labels_by_tracking_number.md) - List the labels associated with the given tracking number.
6666

6767
Class Objects
6868
-------------
@@ -74,15 +74,15 @@ Contributing
7474

7575
Local Development
7676
-----------------
77-
> You will need to install `Python3.7` if you do not have it locally, before working on this project.
77+
> You will need to install `Python3.10` if you do not have it locally, before working on this project.
7878
7979
This project uses [Poetry]() to manage project dependencies, build steps, and publishing to [PYPI]().
8080

8181
You can use the following `curl` command to download **Poetry** from your terminal is you are
8282
on `osx / linux / bashonwindows`:
8383

8484
```bash
85-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
85+
curl -sSL https://install.python-poetry.org | python3 -
8686
```
8787

8888
- Once you have **Poetry** installed you need to install the projects dependencies with this command from the project root:

0 commit comments

Comments
 (0)