From 509f394ba4737caf983b7648a9ed885fd1231866 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 26 Jan 2020 08:50:02 +0900 Subject: [PATCH] Capitalize Rust correctly (#149) --- content/_index.md | 2 +- content/docs/autoreload.md | 2 +- layouts/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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