Skip to content

Commit

Permalink
fix(readme): fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
qinhan committed Jan 6, 2020
1 parent 209a568 commit 4d31c9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

## Install
```bash
go get github.com/qinhan-shu/config
go get github.com/overtalk/helmsman
```


Expand All @@ -41,8 +41,8 @@ import (
"io/ioutil"
"os"

"github.com/qinhan-shu/config"
fileSource "github.com/qinhan-shu/config/source/file"
"github.com/overtalk/helmsman"
fileSource "github.com/overtalk/helmsman/source/file"
)

const str = `{
Expand Down

0 comments on commit 4d31c9b

Please sign in to comment.