Skip to content

Commit

Permalink
Merge pull request hotwired#17 from joaomarcos96/patch-1
Browse files Browse the repository at this point in the history
Reference Stimulus in README.md
  • Loading branch information
dhh authored Dec 23, 2020
2 parents aae160b + 55f96d5 commit 35ce4aa
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 @@ -7,7 +7,7 @@ Turbo uses complementary techniques to dramatically reduce the amount of custom
* Turbo Streams deliver page changes over WebSocket or in response to form submissions using just HTML and a set of CRUD-like actions.
* Turbo Native lets your majestic monolith form the center of your native iOS and Android apps, with seamless transitions between web and native sections.

It's all done by sending HTML over the wire. And for those instances when that's not enough, you can reach for the other side of Hotwire, and finish the job with Stimulus.
It's all done by sending HTML over the wire. And for those instances when that's not enough, you can reach for the other side of Hotwire, and finish the job with [Stimulus](https://github.com/hotwired/stimulus).

Read more on [turbo.hotwire.dev](https://turbo.hotwire.dev).

Expand Down

0 comments on commit 35ce4aa

Please sign in to comment.