Skip to content

Commit

Permalink
update readme to match main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
brianasapp committed Jun 25, 2017
1 parent 36921f8 commit 61613e1
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 @@ -15,7 +15,7 @@ import (
)

func main() {
s, err := sputter.Gen("[A-Z0-9]^(Word){1,3}$")
s, err := sputter.Gen("[A-Z0-9]^(Word){1,3}$.+")
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 61613e1

Please sign in to comment.