Skip to content

Commit

Permalink
modified readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozi committed Nov 16, 2014
1 parent d66ddba commit f5b69fa
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## 生成torrent文件树的类
## introduce

example
a lib for generate file tree for torrent file

## installation

```
composer require xiaozi/btorrent
```

## example

```php
<?php
Expand All @@ -21,4 +29,5 @@ $arr = array(
$tree = new Tree($arr);
// var_dump($tree);
echo json_encode($tree);
```
```

0 comments on commit f5b69fa

Please sign in to comment.