Skip to content

Commit

Permalink
Fix typo in README.md section on eval
Browse files Browse the repository at this point in the history
  • Loading branch information
codymaust committed Apr 12, 2024
1 parent f8685ea commit 00f325e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ automating several tasks for you.
### Faster `eval`
Use `znap eval ... <command>` to cache the output of `<command>`, compile it, and then `source` it (instead of `eval` it):
```sh
znal eval <name> '<command>'
znap eval <name> '<command>'
```
This can be up 10 times faster than a regular `eval "$( <command> )"` statement! If you pass a repo as the first
argument, then Znap will `eval` the command output inside the given repo and will invalidate the cache whenever the repo
Expand Down

0 comments on commit 00f325e

Please sign in to comment.