Skip to content

Commit

Permalink
More read me style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
msingleton committed Sep 12, 2011
1 parent 4c7ef98 commit 8e7f143
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.markdown
Expand Up @@ -8,12 +8,10 @@ It modifies the input elements by wrapping them in a container that holds the in
### HTML
``` html
<input type="text" id="firstName" name="firstName" placeholder="Mike" />
```

Gets converted to:
``` html
<!-- Gets converted to: -->
<span class="input-holder">
<input type="text" id="firstName" name="firstName">
<input type="text" id="firstName" name="firstName" />
<span class="input-default">Mike</span>
</span>
```
Expand Down

0 comments on commit 8e7f143

Please sign in to comment.