Skip to content

Commit

Permalink
📝 Fix example code (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Afront committed Jun 18, 2021
1 parent 5c725bd commit 52baadd
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 @@ -39,13 +39,13 @@ require "alizarin"
webview = WebView.new
webview.on_close |webview|
webview.on_close do |webview|
puts "#{webview} is going to close".colorize :green
exit 0
end
webview.window_size 800, 600
webview.load_url "https://crystal-lang.org/
webview.load_url "https://crystal-lang.org/"
webview.run
Expand Down

0 comments on commit 52baadd

Please sign in to comment.