Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Vimux/Binario.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wolf <68775926+devidw@users.noreply.github.com>2022-03-13 22:10:43 +0300
committerGitHub <noreply@github.com>2022-03-13 22:10:43 +0300
commit861a2786ef9f2f3ccee2059d23a50c52e6055a41 (patch)
tree03d7cb19331f07583ed5a2c176e8fb21c03adf5f
parent2b03419d526ee21e2a325932c96b79d994782dcb (diff)
Add `toml` language identification to readme
-rw-r--r--README.md6
1 files 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"
```