Skip to content

Commit f8ea1c9

Browse files
HyperComponent
1 parent ce92fbb commit f8ea1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Hyperstack is a Ruby-based DSL and modern web toolkit for building spectacular,
1414
All that means you can write simple front-end code like this:
1515

1616
```ruby
17-
class GoodBooksToRead < Hyperstack::Component
17+
class GoodBooksToRead < HyperComponent
1818
render(UL) do
1919
Book.good_books.each do |book|
2020
LI { "Read #{book.name}" }.on(:click) { display book } if book.available?

0 commit comments

Comments
 (0)