Skip to content

Commit

Permalink
Merge pull request #2 from minitech/master
Browse files Browse the repository at this point in the history
Fixed small mistake in the readme
  • Loading branch information
matthewmueller committed Mar 8, 2013
2 parents 19a334e + 8bf38ac commit 0a03787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Expand Up @@ -52,8 +52,8 @@ $('.name').text() // Matt
Get and set HTML

```js
$('.name').text('<strong>Matt</strong>')
$('.name').text() // <strong>Matt</strong>
$('.name').html('<strong>Matt</strong>')
$('.name').html() // <strong>Matt</strong>
```

### #addClass(cls)
Expand Down

0 comments on commit 0a03787

Please sign in to comment.