Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanuber committed Sep 8, 2014
1 parent ab6daae commit 5223d6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -97,7 +97,9 @@ func main() {

// This case will work when the license type can be guessed based on text
l = new(license.License)
l.Text = "The MIT License (MIT)"
l.Text = "permission is hereby granted, free of charge, to any person " +
"obtaining a copy of this software"

if err := l.GuessType(); err != nil {
fmt.Println(err.Error())
return

0 comments on commit 5223d6d

Please sign in to comment.