From a20340d2e82fb69cac405b5c2960b75ebc94daf3 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 8 Mar 2017 19:58:27 +0100 Subject: Improve language in talking about build script --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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; -- cgit