Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jroimartin committed Nov 13, 2016
1 parent fced1c6 commit ba39627
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 @@ -48,7 +48,7 @@ import (
)

func main() {
g, err := gocui.NewGui()
g, err := gocui.NewGui(gocui.OutputNormal)
if err != nil {
log.Panicln(err)
}
Expand Down

0 comments on commit ba39627

Please sign in to comment.