aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
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