Skip to content

Commit 75934be

Browse files
committed
use different markdown list syntax
1 parent f96f670 commit 75934be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ So that you don't have to write values.schema.json by hand from scratch for your
88

99
Nothing fancy about the code, all the heavy lifting is done by:
1010

11-
* [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)
12-
* [go-yaml](https://github.com/go-yaml/yaml/) - for YAML parsing
13-
* [cobra](https://github.com/spf13/cobra) - for CLI stuff
14-
* [The Go stdlib](https://golang.org/pkg/) - for everything else
11+
- [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)
12+
- [go-yaml](https://github.com/go-yaml/yaml/) - for YAML parsing
13+
- [cobra](https://github.com/spf13/cobra) - for CLI stuff
14+
- [The Go stdlib](https://golang.org/pkg/) - for everything else
1515

1616
## Install
1717

0 commit comments

Comments
 (0)