Skip to content

Commit

Permalink
Update docs for ShowAndRun()
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Oct 27, 2018
1 parent 560fe88 commit f4358ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ And then you're ready to write your first app!
}),
))

w.Show()
w.ShowAndRun()
}
```

Expand Down Expand Up @@ -137,7 +137,7 @@ func main() {
}},
}})

w.Show()
w.ShowAndRun()
}
```

Expand Down

0 comments on commit f4358ac

Please sign in to comment.