diff --git a/README.md b/README.md index 4780a6b..1b1a742 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A PHP library with a variety of multibyte string manipulation functions. If you're using Composer to manage dependencies, you can include the following in your composer.json file: "require": { - "danielstjules/Stringy": "dev-master" + "danielstjules/stringy": "dev-master" } Then, after running `composer update` or `php composer.phar update`, you can load the class using Composer's autoloading: diff --git a/composer.json b/composer.json index b863117..32d211a 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "danielstjules/Stringy", + "name": "danielstjules/stringy", "description": "A PHP library with a variety of multibyte string manipulation functions.", "keywords": ["multibyte", "string", "manipulation", "utf-8", "helpers", "utils"], "license": "MIT",