Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlehane committed Jul 23, 2014
1 parent 4ec3323 commit c2ad386
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 @@ -4,7 +4,7 @@ Example usage:

file, _ := os.Open("test/test.doc")
defer file.Close()
doc, err := mscfb.NewReader(file)
doc, err := mscfb.New(file)
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit c2ad386

Please sign in to comment.