From 861a2786ef9f2f3ccee2059d23a50c52e6055a41 Mon Sep 17 00:00:00 2001 From: David Wolf <68775926+devidw@users.noreply.github.com> Date: Sun, 13 Mar 2022 20:10:43 +0100 Subject: [PATCH] Add `toml` language identification to readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ef4240..c06c577 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ git clone https://github.com/vimux/binario themes/binario Next, edit your `config.toml` configuration file and add parameter: -``` +```toml theme = "binario" ``` @@ -78,7 +78,7 @@ git submodule add https://github.com/vimux/binario themes/binario Next, edit your `config.toml` configuration file and add parameter: -``` +```toml theme = "binario" ``` @@ -92,7 +92,7 @@ Hugo website. Next, edit your `config.toml` configuration file and add parameter: -``` +```toml theme = "binario" ```