From f7a2d7b7f5031831184f28b37b6dac95fe8428ed Mon Sep 17 00:00:00 2001 From: nabijaczleweli Date: Fri, 3 Mar 2017 21:51:27 +0100 Subject: Add syntax highlighting to README --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 91cd321..dc290ea 100644 --- a/README.rst +++ b/README.rst @@ -39,16 +39,16 @@ How to get started First, add the following to your crate's ``Cargo.toml``: -.. code-block:: +.. code-block:: toml - // in section [package] + # in section [package] build = "build.rs" - // in section [dependencies] + # in section [dependencies] askama = "0.1" askama_derive = "0.1" - // in section [build-dependencies] + # in section [build-dependencies] askama = "0.1" Custom derive macros can not be exported together with other items, -- cgit