From 042da2f857cb4d9ba193d417ec846d19c75c9cc7 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 6 Sep 2017 12:59:32 +0200 Subject: Reflow line --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 50c74f5..e2c23de 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,7 @@ Many thanks to [David Tolnay][dtolnay] for his support in improving Askama. * Optional built-in support for Rocket and Iron web frameworks * Template code is compiled into your crate for optimal performance * Templates only convert your data as needed -* Templates can access your Rust types directly, according to Rust's - privacy rules +* Templates can access your Rust types directly, according to Rust's privacy rules * Debugging features to assist you in template development * Templates must be valid UTF-8 and produce UTF-8 when rendered * Works on stable Rust -- cgit