diff --git a/content/_index.md b/content/_index.md index e9b2885..2c72a1e 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,3 +1,3 @@ --- -title: rust's powerful actor system and most fun web framework +title: Rust's powerful actor system and most fun web framework --- diff --git a/content/docs/autoreload.md b/content/docs/autoreload.md index 0ec49dd..77549fc 100644 --- a/content/docs/autoreload.md +++ b/content/docs/autoreload.md @@ -19,7 +19,7 @@ will then use `listenfd` to pick up the socket that `systemfd` opened. ## Binaries Necessary For an automatic reloading experience you need to install `cargo-watch` and -`systemfd`. Both are written in rust and can be installed with `cargo install`: +`systemfd`. Both are written in Rust and can be installed with `cargo install`: ``` cargo install systemfd cargo-watch diff --git a/layouts/index.html b/layouts/index.html index ae77f96..84b836d 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,7 +5,7 @@

- rust's powerful actor system and most fun web framework + Rust's powerful actor system and most fun web framework