From c7193a9f893469577a61f3db6e075b8c0da35ec6 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 3 Mar 2017 15:36:17 +0100 Subject: Point to tests from example section --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index eb55ce7..765333a 100644 --- a/README.rst +++ b/README.rst @@ -95,6 +95,10 @@ In any Rust file inside your crate, add the following: You should now be able to compile and run this code. +Review the `test cases`_ for more examples. + +.. _test cases: https://github.com/djc/askama/tree/master/testing + Debugging and troubleshooting ----------------------------- @@ -137,7 +141,3 @@ The generated code looks like this: writer.write_str("\n").unwrap(); } } - -Review the `test cases`_ for more examples. - -.. _test cases: https://github.com/djc/askama/tree/master/testing -- cgit