Skip to content

Commit

Permalink
Added syntax highlighting to README file
Browse files Browse the repository at this point in the history
  • Loading branch information
chemiker authored Jul 12, 2020
1 parent d53c0dd commit 39bf24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

1. Add the module to your `go.mod`. E.g.

```
```go
module github.com/<myself>/<myHugoInstance>

go 1.14
Expand All @@ -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"
Expand Down

0 comments on commit 39bf24a

Please sign in to comment.