From c4613069d2272c62d2cb43c64694471dca2cdfd2 Mon Sep 17 00:00:00 2001 From: Thomas Aylott Date: Mon, 18 Jan 2010 14:51:25 -0500 Subject: [PATCH] add multiple contexts to docs --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 648e318a..38ecfd50 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,14 @@ Usage Search this context for any nodes that match this selector. Expects: -* context: document or node +* context: document or node or array of documents or nodes * selector: String or SelectorObject * (**optional**) append: Array or Object with a push method Returns: append argument or Array of 0 or more nodes Slick.search(document, "#foo > bar.baz") → [, , ] + Slick.search([
    ,