Skip to content

Commit

Permalink
Merge pull request #12 from gavv/master
Browse files Browse the repository at this point in the history
README fixes
  • Loading branch information
yudai authored Jan 20, 2017
2 parents 7b1b7ad + 713d645 commit d53ddda
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Go JSON Diff (and Patch)

[![Wercker](https://app.wercker.com/status/00d70daaf40ce277fd4f10290f097b9d/s/master)][wercker]
[![GoDoc](https://godoc.org/github.com/yudai/gojsondiff?status.svg)][godoc]
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg)][license]

[wercker]: https://app.wercker.com/project/bykey/00d70daaf40ce277fd4f10290f097b9d
[license]: https://github.com/yudai/gojsondiff/blob/master/LICENS
[godoc]: https://godoc.org/github.com/yudai/gojsondiff
[license]: https://github.com/yudai/gojsondiff/blob/master/LICENSE

## How to use

Expand All @@ -23,7 +25,7 @@ See `jd/main.go` for how to use this library.

This repository contains a package that you can use as a CLI tool.

### Instllation
### Installation

```sh
go get github.com/yudai/gojsondiff/jd
Expand Down

0 comments on commit d53ddda

Please sign in to comment.