Skip to content

Commit

Permalink
Add link to our book in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Jun 18, 2024
1 parent aca92c3 commit 6b6e9db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ See below for an example.
All feedback welcome. Feel free to file bugs, requests for documentation and
any other feedback to the [issue tracker][issues].

You can find the documentation about our syntax, features, configuration in our book:
[rinja.readthedocs.io](https://rinja.readthedocs.io/en/latest/).

### Feature highlights

* Construct templates using a familiar, easy-to-use syntax
Expand Down Expand Up @@ -44,7 +47,7 @@ cargo add rinja
Now create a directory called `templates` in your crate root.
In it, create a file called `hello.html`, containing the following:

```
```jinja
Hello, {{ name }}!
```

Expand Down

0 comments on commit 6b6e9db

Please sign in to comment.