Skip to content

Commit

Permalink
Merge pull request #520 from PanosCodes/use-correct-ruby-in-readme-ex…
Browse files Browse the repository at this point in the history
…ample

Use correct ruby syntax in example
  • Loading branch information
GoodForOneFare committed May 2, 2024
2 parents 98d5366 + 83476ea commit fc12a62
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 @@ -162,7 +162,7 @@ CLI::UI.frame_style = :box
To style an individual frame:

```ruby
CLI::UI.frame('New Style!', frame_style: :bracket) { puts 'It's pretty cool!' }
CLI::UI.frame('New Style!', frame_style: :bracket) { puts "It's pretty cool!" }
```

The default style - `:box` - is what has been used up until now. The other style - `:bracket` - looks like this:
Expand Down

0 comments on commit fc12a62

Please sign in to comment.