Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 4574ff6

Browse files
authored
Update DOCS.md
1 parent 4d9c646 commit 4574ff6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

DOCS.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -332,11 +332,7 @@ br # okay
332332

333333
#### A Simple Example
334334

335-
<div class="codemirror-live-edit"
336-
data-heading="A simple Component rendering state"
337-
data-rows=12
338-
data-top-level-component="LikeButton">
339-
<pre>
335+
```ruby runable
340336
class LikeButton < Hyperloop::Component
341337

342338
render(DIV) do
@@ -347,7 +343,7 @@ class LikeButton < Hyperloop::Component
347343
end
348344
end
349345
end
350-
</pre></div>
346+
```
351347

352348

353349
### Components are Just State Machines

0 commit comments

Comments
 (0)