This commit is contained in:
panicbit 2020-11-14 10:00:48 +01:00
parent 0c05d6d162
commit 2fc015fb89
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ fn handle_request(_request: Request) -> BoxFuture<'static, Result<Response>> {
.add_blank_line()
.add_heading(H2, "Manually")
.add_blank_line()
.add_preformatted_with_alt("alt", r#"northstar = "0.3.0" # check crates.io for the latest version"#)
.add_preformatted_with_alt("toml", r#"northstar = "0.3.0" # check crates.io for the latest version"#)
.add_blank_line()
.add_heading(H2, "Automatically")
.add_blank_line()