aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-08 19:58:27 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-08 19:58:27 +0100
commita20340d2e82fb69cac405b5c2960b75ebc94daf3 (patch)
tree854021b1e26abf3bc455a40c88bfd2782d1c930d /README.md
parent3d52968a1835e3c0da70b1e1c4e73ccd802de7f1 (diff)
downloadaskama-a20340d2e82fb69cac405b5c2960b75ebc94daf3.tar.gz
askama-a20340d2e82fb69cac405b5c2960b75ebc94daf3.tar.bz2
askama-a20340d2e82fb69cac405b5c2960b75ebc94daf3.zip
Improve language in talking about build script
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;