Skip to content

Commit 67b437f

Browse files
committed
Update README
1 parent 7bb574c commit 67b437f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If a value contains the name of a pattern in shorthand partials syntax, the plug
3838
}
3939
```
4040

41-
Advanced syntax with support for passing variables and disabling access to the default data:
41+
Advanced syntax with support for passing variables (`with`) and disabling access to the default data (`only`):
4242

4343
```json
4444
{
@@ -56,6 +56,8 @@ Advanced syntax with support for passing variables and disabling access to the d
5656

5757
In both examples the value of `key` will replaced with the rendered pattern.
5858

59+
For more information about `with` and `only` please refer to the [Twig `include` documentation](https://twig.symfony.com/doc/2.x/tags/include.html).
60+
5961

6062
#### Include pseudo-pattern files
6163

0 commit comments

Comments
 (0)