Skip to content

Commit

Permalink
Merge pull request #2 from mettle/update/move-package-org
Browse files Browse the repository at this point in the history
Move package under mettle org
  • Loading branch information
mauricius authored Jan 21, 2021
2 parents 625f9fb + c888a20 commit a64b017
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Contributions are **welcome** and will be fully **credited**.

We accept contributions via Pull Requests on [Github](https://github.com/mettleworks/big-huge-thesaurus-client).
We accept contributions via Pull Requests on [Github](https://github.com/mettle/big-huge-thesaurus-client).


## Pull Requests
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PHP Wrapper for the [Big Huge Labs Thesaurus API](http://words.bighugelabs.com/)
Via Composer

``` bash
$ composer require mettleworks/big-huge-thesaurus-client
$ composer require mettle/big-huge-thesaurus-client
```

## Usage
Expand Down Expand Up @@ -99,9 +99,9 @@ If you discover any security related issues, please email [email protected] ins

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/mettleworks/big-huge-thesaurus-client.svg?style=flat-square
[ico-version]: https://img.shields.io/packagist/v/mettle/big-huge-thesaurus-client.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/mettleworks/big-huge-thesaurus-client.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/mettle/big-huge-thesaurus-client.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/mettleworks/big-huge-thesaurus-client
[link-downloads]: https://packagist.org/packages/mettleworks/big-huge-thesaurus-client
[link-packagist]: https://packagist.org/packages/mettle/big-huge-thesaurus-client
[link-downloads]: https://packagist.org/packages/mettle/big-huge-thesaurus-client
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "mettleworks/big-huge-thesaurus-client",
"name": "mettle/big-huge-thesaurus-client",
"type": "library",
"description": "PHP Client around Big Huge Thesaurus API",
"keywords": [
"mettleworks",
"mettle",
"big-huge-thesaurus-client",
"big huge thesaurus"
],
"homepage": "https://github.com/mettleworks/big-huge-thesaurus-client",
"homepage": "https://github.com/mettle/big-huge-thesaurus-client",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit a64b017

Please sign in to comment.