From 0e77ddf76cdca40eab53faf8f48fd3c98de2c9bc Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 13 Dec 2019 20:36:25 +0100 Subject: [PATCH] Lint/fix READMEs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3858f6..15f8974 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ Currently `gold` uses the [Aurora ANSI colors](https://godoc.org/github.com/logr Style definitions located in `styles/` can be embedded into the binary by running [statik](https://github.com/rakyll/statik): -``` + +```console statik -f -src styles -include "*.json" ```