Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
Daniel Selans committed Feb 23, 2015
1 parent 5c70d31 commit 08eabb4
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 @@ -13,7 +13,7 @@ import (
dmidecode "github.com/dselans/dmidecode"
)

dmi := dmidecode.NewDMI()
dmi := dmidecode.New()

if err := dmi.Run(); err != nil {
fmt.Printf("Unable to get dmidecode information. Error: %v\n", err)
Expand Down

0 comments on commit 08eabb4

Please sign in to comment.