Skip to content

Commit

Permalink
README.md edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mathishouis committed Aug 26, 2021
1 parent 8e7c038 commit 1f42b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following code return the package tracking informations.
use Kozennnn\ChronopostAPI\ChronopostAPI;

$chronopost = new ChronopostAPI();
print_r($chronopost->trackPackage('FD633119313NZ')); // will print array with all the pickup points package tracking informations.
print_r($chronopost->trackPackage('FD633119313NZ')); // will print array with the package tracking informations.

```

Expand Down

0 comments on commit 1f42b0a

Please sign in to comment.