diff --git a/README.md b/README.md index 2f8ffeb..497b2c0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ You can use this component to create and render templates in your Slim Framework Via [Composer](https://getcomposer.org/) ```bash -$ composer require hiropeke/slim-blade-view +$ composer require rubellum/slim-blade-view ``` Requires Slim Framework 3 and PHP 5.5.0 or newer. diff --git a/example/composer.json b/example/composer.json index 6a53655..c0de0c5 100644 --- a/example/composer.json +++ b/example/composer.json @@ -1,6 +1,6 @@ { "require": { "slim/slim": "^3.0", - "hiropeke/slim-blade-view": "^0.1.1" + "rubellum/slim-blade-view": "^0.1.1" } }