Skip to content

Commit

Permalink
Fix example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrunwald committed Jun 3, 2016
1 parent 2983c41 commit 3db9f0f
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
Expand Up @@ -40,9 +40,10 @@ Can be parsed with this Go code:
package main

import (
"os"
"log"
"fmt"
"github.com/andygrunwald/vdf"
"log"
"os"
)

func main() {
Expand All @@ -58,6 +59,7 @@ func main() {
}
fmt.Println(m)
}

```

And it will output:
Expand Down

0 comments on commit 3db9f0f

Please sign in to comment.