From 75934beed3e4a87407cb47e7065c92c9909bffdb Mon Sep 17 00:00:00 2001 From: Karuppiah Natarajan Date: Thu, 24 Dec 2020 23:30:03 +0530 Subject: [PATCH] use different markdown list syntax --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d8bd8b..880e080 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ So that you don't have to write values.schema.json by hand from scratch for your Nothing fancy about the code, all the heavy lifting is done by: -* [go-jsonschema-generator](https://github.com/karuppiah7890/go-jsonschema-generator) - for generating JSON schema. It's a fork of [this](https://github.com/mcuadros/go-jsonschema-generator). Thanks to [@mcuadros](https://github.com/mcuadros) -* [go-yaml](https://github.com/go-yaml/yaml/) - for YAML parsing -* [cobra](https://github.com/spf13/cobra) - for CLI stuff -* [The Go stdlib](https://golang.org/pkg/) - for everything else +- [go-jsonschema-generator](https://github.com/karuppiah7890/go-jsonschema-generator) - for generating JSON schema. It's a fork of [this](https://github.com/mcuadros/go-jsonschema-generator). Thanks to [@mcuadros](https://github.com/mcuadros) +- [go-yaml](https://github.com/go-yaml/yaml/) - for YAML parsing +- [cobra](https://github.com/spf13/cobra) - for CLI stuff +- [The Go stdlib](https://golang.org/pkg/) - for everything else ## Install