aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index b0156dd..0ada6e9 100644
--- a/README.rst
+++ b/README.rst
@@ -94,6 +94,8 @@ In any Rust file inside your crate, add the following:
println!("{}", hello.render()); // then render it.
}
+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