Skip to content

Commit

Permalink
Change readme and composer to reflect new package location
Browse files Browse the repository at this point in the history
  • Loading branch information
GeNyaa committed Apr 15, 2022
1 parent a245bad commit 456f47e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Requirements

Install
=======
`composer require vinceg/usps-php-api`
`composer require genyaa/usps-php-api`

Package
=======

https://packagist.org/packages/vinceg/usps-php-api
https://packagist.org/packages/genyaa/usps-php-api

Examples
=======
Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "vinceg/usps-php-api",
"name": "genyaa/usps-php-api",
"type": "library",
"description": "PHP wrapper for USPS Web Tools API",
"keywords": ["usps", "api"],
"license": "MIT",
"authors": [
{
"name": "Auke de Jong",
"homepage": "https://genyaa.com",
"role": "Developer"
},
{
"name": "Vincent Gabriel",
"homepage": "http://vadimg.com",
Expand Down

0 comments on commit 456f47e

Please sign in to comment.