diff --git a/README.md b/README.md index 53c0923..192508b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A Segment bridge for Laravel 5. To get the latest version of Alt Three Segment, simply add the following line to the require block of your `composer.json` file: ``` -"altthree/segment": "~1.0" +"alt-three/segment": "~1.0" ``` You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated. diff --git a/composer.json b/composer.json index 5c28600..3dec495 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "altthree/segment", + "name": "alt-three/segment", "description": "A Segment Bridge For Laravel 5", "keywords": ["segment", "bridge", "segment.com", "segment.io", "api", "Alt Three"], "license": "MIT",