diff --git a/README.md b/README.md index 71ffec3..172a74d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You can supply a JSON stylesheet with the `-s` flag: Style definitions located in `styles/` can be embedded into the binary by running [statik](https://github.com/rakyll/statik). ``` -statik -f -src styles +statik -f -src styles -include "*.json" ``` ## Colors @@ -46,4 +46,4 @@ Currently `gold` uses the [Aurora ANSI colors](https://godoc.org/github.com/logr ## Example Output -![Gold Dark Style](https://github.com/charmbracelet/gold/raw/master/cmd/gold/gold_dark.png) +![Gold Dark Style](https://github.com/charmbracelet/gold/raw/master/cmd/gold/styles/gold_dark.png) diff --git a/gold_dark.png b/styles/gold_dark.png similarity index 100% rename from gold_dark.png rename to styles/gold_dark.png