Skip to content

Commit

Permalink
Added version information to README
Browse files Browse the repository at this point in the history
  • Loading branch information
d4l3k committed May 15, 2016
1 parent 06fa691 commit f96923b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In a normal file:
```go
package main

import "github.com/d4l3k/messagediff"
import "gopkg.in/d4l3k/messagediff.v1"

type someStruct struct {
A, b int
Expand All @@ -35,7 +35,7 @@ func main() {
```
In a test:
```go
import "github.com/d4l3k/messagediff"
import "gopkg.in/d4l3k/messagediff.v1"

...

Expand Down

0 comments on commit f96923b

Please sign in to comment.