aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-02-15 20:34:33 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-02-15 20:34:33 +0100
commitc6552eda1d1f1a397fdbdccf8984c9dcc9fa1d0d (patch)
tree14bf865e1bca91549dfe5ac99ff084e35a11237c
parent63f18932dbd43b4b93d6a848a05beab1a7ba95f5 (diff)
downloadaskama-c6552eda1d1f1a397fdbdccf8984c9dcc9fa1d0d.tar.gz
askama-c6552eda1d1f1a397fdbdccf8984c9dcc9fa1d0d.tar.bz2
askama-c6552eda1d1f1a397fdbdccf8984c9dcc9fa1d0d.zip
Add comment about running the example
-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