Skip to content

Commit 9d6e181

Browse files
authored
Update README.md
1 parent b207083 commit 9d6e181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The following environment variables are provided to scripts by `rust-script`:
173173
174174
## Templates
175175
176-
You can use templates to avoid having to re-specify common code and dependencies. You can find out the directory where templates are store and view a list of your templates by running `rust-script --list-templates`.
176+
You can use templates to avoid having to re-specify common code and dependencies. You can find out the directory where templates are stored and view a list of your templates by running `rust-script --list-templates`.
177177
178178
Templates are Rust source files with two placeholders: `#{prelude}` for the auto-generated prelude (which should be placed at the top of the template), and `#{script}` for the contents of the script itself.
179179

0 commit comments

Comments
 (0)