Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Fixing some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdoiel committed Sep 30, 2012
1 parent 7169709 commit c09f4cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,14 @@ have three methods - include(), inline() and as().

// Displaying an HTML 5 friendly div with CSS
// writing in-line and JS combined at bottom of div.
console.log(html.widget(
console.log(
html.widget(
html.div(
html.h1("Hello World"),
),
html.CSS.inline(),
html.JS.inline("base")
)
).toString());
).toString()
);
```

0 comments on commit c09f4cb

Please sign in to comment.