Skip to content

Commit

Permalink
Merge pull request #104 from mcorino/develop
Browse files Browse the repository at this point in the history
fix text
  • Loading branch information
mcorino authored Jun 30, 2023
2 parents e60aea9 + 267e717 commit 803ae87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ end

### Hello Button

Anyone who is familiar with wxWidgets should feel right at home since the API may be Ruby-fied it is still easily
recognizable (with lots of simplifications leading to seriously less coding). An for those that do not have previous
experience do not fear, wxRuby3 comes with a detailed [documentation](https://mcorino.github.io/wxRuby3/file.00_starting.html) and lots of examples and test.
Anyone who is familiar with wxWidgets should feel right at home since the API may be Ruby-fied, it is still easily
recognizable (but being Ruby-fied allowing for elegant and compact coding). And for those that do not have previous
experience do not fear, wxRuby3 comes with detailed [documentation](https://mcorino.github.io/wxRuby3/file.00_starting.html) and lots of examples and test.

```ruby
require 'wx'
Expand Down

0 comments on commit 803ae87

Please sign in to comment.