From 39bf24a535fa316cfd958cb352e620d1d213d781 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 12 Jul 2020 14:12:26 +0200 Subject: [PATCH] Added syntax highlighting to README file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a23be12..6dbd9c2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 1. Add the module to your `go.mod`. E.g. -``` +```go module github.com// go 1.14 @@ -15,7 +15,7 @@ require github.com/chemiker/hugo-mod-chartist latest 2. Add the module to the `config.toml` of your Hugo configuration: -``` +```TOML [module] [[module.imports]] path="github.com/chemiker/hugo-mod-chartist"