Skip to content

Commit ef898e7

Browse files
Rename missing parts
1 parent 2d80cc3 commit ef898e7

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ any other feedback to the [issue tracker][issues].
1616
* Optional built-in support for Actix, Axum, Rocket, and warp web frameworks
1717
* Debugging features to assist you in template development
1818
* Templates must be valid UTF-8 and produce UTF-8 when rendered
19-
* IDE support available in [JetBrains products](https://plugins.jetbrains.com/plugin/16591-rinja-template-support)
2019
* Works on stable Rust
2120

2221
### Supported in templates

book/book.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[book]
2-
authors = ["rinja-rs", "cetra3"]
2+
authors = ["rinja-rs developers"]
33
language = "en"
44
multilingual = false
55
src = "src"

book/src/askama.md book/src/rinja.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ any other feedback to the [issue tracker][issues].
1212

1313
* Construct templates using a familiar, easy-to-use syntax
1414
* Benefit from the safety provided by Rust's type system
15-
* Template code is compiled into your crate for [optimal performance][benchmarks]
16-
* Optional built-in support for Actix, Axum, Gotham, Mendes, Rocket, tide, and warp web frameworks
15+
* Template code is compiled into your crate for optimal performance
16+
* Optional built-in support for Actix, Axum, Rocket, and warp web frameworks
1717
* Debugging features to assist you in template development
1818
* Templates must be valid UTF-8 and produce UTF-8 when rendered
19-
* IDE support available in [JetBrains products](https://plugins.jetbrains.com/plugin/16591-rinja-template-support)
2019
* Works on stable Rust
2120

2221
### Supported in templates

0 commit comments

Comments
 (0)