Skip to content

Commit 43f0aa5

Browse files
committed
updated owner
1 parent 3351148 commit 43f0aa5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
Tipsy is an MVW (Model, View, Whatever) PHP micro framework inspired by [AngularJS](https://angularjs.org/). It provides a very lightweight, easy to use interface for websites, rest apis, and dependency injection.
55

66

7-
[![Latest Stable Version](https://poser.pugx.org/arzynik/tipsy/v/stable)](https://packagist.org/packages/arzynik/tipsy)
8-
[![Build Status](https://travis-ci.org/arzynik/tipsy.svg?branch=master)](https://travis-ci.org/arzynik/tipsy)
9-
[![Coverage Status](https://coveralls.io/repos/arzynik/tipsy/badge.svg?branch=master&service=github)](https://coveralls.io/github/arzynik/tipsy?branch=master)
7+
[![Latest Stable Version](https://poser.pugx.org/tipsyphp/tipsy/v/stable)](https://packagist.org/packages/arzynik/tipsy)
8+
[![Build Status](https://travis-ci.org/tipsyphp/tipsy.svg?branch=master)](https://travis-ci.org/arzynik/tipsy)
9+
[![Coverage Status](https://coveralls.io/repos/tipsyphp/tipsy/badge.svg?branch=master&service=github)](https://coveralls.io/github/arzynik/tipsy?branch=master)
1010
[![Slack Status](https://tipsy-slack.herokuapp.com/badge.svg)](https://tipsy-slack.herokuapp.com/)
1111

1212
---
1313

1414

1515
### Example Usage
1616

17-
See [Examples](https://github.com/arzynik/tipsy/wiki/Examples) for more detailed examples. See [Documentation](https://github.com/arzynik/tipsy/wiki) for more information.
17+
See [Examples](https://github.com/tipsyphp/tipsy/wiki/Examples) for more detailed examples. See [Documentation](https://github.com/tipsyphp/tipsy/wiki) for more information.
1818

1919
#### View Template Example
2020

@@ -52,7 +52,7 @@ $tipsy->router()
5252

5353

5454
### Installation
55-
To install using composer use the command below. For additional installation information see [Installation](https://github.com/arzynik/tipsy/wiki/Installation).
55+
To install using composer use the command below. For additional installation information see [Installation](https://github.com/tipsyphp/tipsy/wiki/Installation).
5656

5757
```sh
5858
composer require arzynik/tipsy

0 commit comments

Comments
 (0)