Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick888 committed Jan 3, 2016
1 parent fdb0ca1 commit 24fb2f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ php > var_dump(md5_file('/path/sample.dat') === md5_file('/path/sample_copy.dat'
bool(true)
```
***Example 3*** Set/delete a path

*it may be a better choice to use set_path/get_path/del_path instead, check phpdoc*
```
php > $bnode = new bdict();
php > $bnode->set('key1', new blist());
Expand Down Expand Up @@ -124,7 +126,7 @@ Array
TODO
===
1. code cleaning
2. set/get by node paths
2. ~~set/get by node paths~~
3. search through a Bencode tree
4. ~~registration in a given namespace~~
5. PHP 5.6 support

0 comments on commit 24fb2f9

Please sign in to comment.