Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamietre committed Mar 4, 2013
1 parent 1e356dc commit 549d7ad
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 @@ -41,7 +41,7 @@ Here's a basic example of parsing HTML, selecting something, altering it, and re

bold.Remove(); /// jQuery Remove method

string html = dom.Render(); /// =="<div>Hello world! </div>
string html = dom.Render(); /// =="<div>Hello world! What about </div>

There are other ways to create `CQ` objects, run selectors, and change the DOM. You can also use the property indexer
to like an array indexer, e.g. `dom[0]` returns the first element in your selection. If there is one, that is!
Expand Down

0 comments on commit 549d7ad

Please sign in to comment.