Skip to content

Commit

Permalink
Merge pull request #14 from riemann/mcorbin-patch-1
Browse files Browse the repository at this point in the history
Fix import statement
  • Loading branch information
mcorbin authored Aug 15, 2017
2 parents 121dccf + 21c62ce commit 0c727ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ First, we'll need to import the library:

```go
import (
"github.com/riemann/riemann-go-client/"
"github.com/riemann/riemann-go-client"
)
```

Expand Down

0 comments on commit 0c727ec

Please sign in to comment.