Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
loreanvictor authored Dec 23, 2023
1 parent 6e93c35 commit 38a4467
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,11 @@ Or can reference variables / contextual values:

> [!TIP]
>
> For using variables in expressions, you don't need the `tmplr.` prefix. You can also directly access
> For using variables in expressions (i.e. inside recipe files), you don't need the `tmplr.` prefix. You can also directly access
> contextual values such as `git.remote_owner`, `filesystem.rootdir`, or `tmpdir.some_dir` directly. You can also use [pipes](#pipes) to transform values.
>
> **Note** that inside files that are [copied](#copy) or [updated](#update), you DO NEED the `tmplr.` prefix, and you don't have access to other
> contextual values. If you need to use these values within these files, [read](#read) them into a variable first.

<br/>

Expand Down

0 comments on commit 38a4467

Please sign in to comment.