Skip to content

Commit f7fa43b

Browse files
committed
updated owner
1 parent 1605a62 commit f7fa43b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
An MVC adapter designed after the rails directory structure.
44

5-
Unfortunaly composer doesnt allow dependency scripts to execute so the installation instructions are required. ref https://getcomposer.org/doc/articles/scripts.md#what-is-a-script- . See https://github.com/arzynik/tipsy-example-mvc/blob/master/composer.json for an example composer file with auto install.
5+
Unfortunaly composer doesnt allow dependency scripts to execute so the installation instructions are required. ref https://getcomposer.org/doc/articles/scripts.md#what-is-a-script- . See https://github.com/tipsyphp/tipsy-example-mvc/blob/master/composer.json for an example composer file with auto install.
66

77

88
#### Installation
99

10-
1. `composer require arzynik/tipsy dev-master && composer require arzynik/tipsy-mvc dev-master`
11-
1. `php vendor/arzynik/tipsy-mvc/install.php`
10+
1. `composer require tipsyphp/tipsy dev-master && composer require tipsyphp/tipsy-mvc dev-master`
11+
1. `php vendor/tipsyphp/tipsy-mvc/install.php`
1212

1313

1414
#### Directory Structure
@@ -29,4 +29,4 @@ public
2929
index.php
3030
```
3131

32-
See [Tipsy Documentation](https://github.com/arzynik/tipsy/wiki) for more information.
32+
See [Tipsy Documentation](https://github.com/tipsyphp/tipsy/wiki) for more information.

0 commit comments

Comments
 (0)