1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-06-26 03:30:46 +03:00

Updated README.md

This commit is contained in:
Alexander Kochetov 2015-01-02 10:52:27 +03:00
parent 5963fa37f0
commit 994cf21f6c

View file

@ -3,9 +3,7 @@
[![PayPal Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WJYG53DVUAALL)
[![Build Status](https://img.shields.io/travis/creocoder/yii2-nested-sets/master.svg?style=flat-square)](https://travis-ci.org/creocoder/yii2-nested-sets)
## Introduction
The nested sets behavior for the Yii framework.
A modern nested sets behavior for the Yii framework utilizing the Modified Preorder Tree Traversal algorithm.
## Installation
@ -14,7 +12,7 @@ The preferred way to install this extension is through [composer](http://getcomp
Either run
```bash
$ php composer.phar require creocoder/yii2-nested-sets dev-master
$ php composer.phar require creocoder/yii2-nested-sets:dev-master
```
or add