Skip to content

Commit 80b7fea

Browse files
committed
Update README.markdown
1 parent ee7e169 commit 80b7fea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ The package can be installed as Composer package, just include it into
1313
"required": {
1414
"kalnoy/nestedset": "dev-master"
1515
}
16+
17+
And then hit `composer update` in the terminal. That's it - you are ready to go next.
1618

1719
## Basic usage
1820

@@ -294,4 +296,4 @@ When you create your table's schema and use `NestedSet::columns`, it creates for
294296
key for you, since nodes are connected by `parent_id` attribute. When you hard delete
295297
the node, all of descendants are cascaded.
296298

297-
In case when DBMS doesn't support foreign keys, descendants are removed manually.
299+
In case when DBMS doesn't support foreign keys, descendants are removed manually.

0 commit comments

Comments
 (0)