aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4084448..69049a4 100644
--- a/README.md
+++ b/README.md
@@ -55,8 +55,8 @@ askama = "0.1"
Because Askama will generate Rust code from your template files,
the crate will need to be recompiled when your templates change.
-This is supported with a build script, `build.rs`,
-which needs askama as a build dependency:
+This is supported by adding a build script, `build.rs`, to your crate.
+It needs askama as a build dependency:
```rust
extern crate askama;