Skip to content

Commit cf2ef9f

Browse files
committed
Updated README.md
1 parent c36e152 commit cf2ef9f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Nested Sets Behavior for Yii 2
22

3-
[![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)
43
[![Build Status](https://img.shields.io/travis/creocoder/yii2-nested-sets/master.svg?style=flat-square)](https://travis-ci.org/creocoder/yii2-nested-sets)
54
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/creocoder/yii2-nested-sets/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/creocoder/yii2-nested-sets/?branch=master)
65

@@ -238,3 +237,9 @@ To get the first parent of a node
238237
$countries = Menu::findOne(['name' => 'Countries']);
239238
$parent = $countries->parents(1)->one();
240239
```
240+
241+
## Donating
242+
243+
Support this project and [others by creocoder](https://gratipay.com/creocoder/) via [gratipay](https://gratipay.com/creocoder/).
244+
245+
[![Support via Gratipay](https://cdn.rawgit.com/gratipay/gratipay-badge/2.3.0/dist/gratipay.svg)](https://gratipay.com/creocoder/)

0 commit comments

Comments
 (0)