Skip to content

Commit 4f6e137

Browse files
committed
readme
1 parent 08d4685 commit 4f6e137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Theme::img('src','alt', 'class-name')
120120

121121
## Advanced Assets Managment (by Orchestra/Asset)
122122

123-
This package provides intergration with [Orchestra/Asset](http://orchestraplatform.com/docs/3.0/components/asset) component. All the features are explained in the official documentation. Although Orchestra/Asset is installed along with this package, it's use is optional.
123+
This package provides intergration with [Orchestra/Asset](http://orchestraplatform.com/docs/3.0/components/asset) component. All the features are explained in the official documentation. Although Orchestra/Asset is installed along with this package, *it's use is optional.*
124124

125125
To use the Orchestra\Asset you need to add in your Providers array:
126126

@@ -152,7 +152,7 @@ This is an [Orchestra/Asset](http://orchestraplatform.com/docs/3.0/components/as
152152
@css (filename, alias, depends-on)
153153
@js (filename, alias, depends-on)
154154

155-
and your assets dependencies will be auto resolved. Your assets will be exported in the correct order. The biggest benefit of this approach is that you don't have to move all your declerations in your master layout file. Each sub-view can define it's requirements and they will auto-resolved in the correct order with no dublications. Awesome! A short example:
155+
and your assets dependencies will be auto resolved. Your assets will be exported in the correct order. The biggest benefit of this approach is that you don't have to move all your declerations in your master layout file. Each sub-view can define it's requirements and they will auto-resolved in the correct order with no doublications. Awesome! A short example:
156156

157157
@js (jquery.js, jq)
158158
@js (bootstrap.js, bs, jq)

0 commit comments

Comments
 (0)