Skip to content

Commit

Permalink
Include reference to dedicated "Loading" section
Browse files Browse the repository at this point in the history
Improve documentation discoverability by referencing the section
dedicated to loading HTML from the section describing the static `load`
method.
  • Loading branch information
jugglinmike committed Nov 28, 2015
1 parent fa70a84 commit 70c5608
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 @@ -819,7 +819,7 @@ Checks to see if the `contained` DOM element is a descendant of the `container`
Parses a string into an array of DOM nodes. The `context` argument has no meaning for Cheerio, but it is maintained for API compatability.

#### $.load( html[, options ] )
Load in the HTML.
Load in the HTML. (See the previous section titled "Loading" for more information.)

### Plugins

Expand Down

0 comments on commit 70c5608

Please sign in to comment.