Skip to content

Commit

Permalink
fix image not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
ve3 committed May 6, 2017
1 parent 24429c1 commit a2cca50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,7 +6,7 @@ The PHP nested set model for create/read/update/delete the tree data structure (
[![License](https://poser.pugx.org/rundiz/nested-set/license)](https://packagist.org/packages/rundiz/nested-set)
[![Total Downloads](https://poser.pugx.org/rundiz/nested-set/downloads)](https://packagist.org/packages/rundiz/nested-set)

![Nested Set] (tests/via-http/nested-set-model.jpg "Nested Set")
![Nested Set](tests/via-http/nested-set-model.jpg "Nested Set")

## Example

Expand Down Expand Up @@ -124,4 +124,4 @@ $NestedSet->deletePullUpChildren(9);
$NestedSet->rebuild();
```

For more example, please look in tests folder.
For more example, please look in tests folder.

0 comments on commit a2cca50

Please sign in to comment.