From 312321cbd37e544bf10d1e97e5a61b9fac01a49f Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 9 May 2021 22:30:58 +0900 Subject: [PATCH] chore: enable syntax highlighting for toml in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0442bcbac..792752758 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ A basic TCP echo server with Tokio. Make sure you activated the full features of the tokio crate on Cargo.toml: -```text +```toml [dependencies] tokio = { version = "1.5.0", features = ["full"] } ```