Skip to content

Commit

Permalink
use different markdown list syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
karuppiah7890 committed Dec 24, 2020
1 parent f96f670 commit 75934be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 75934be

Please sign in to comment.