Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
remove broken example from README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Newson committed Apr 4, 2009
1 parent 764563b commit e5457ca
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Expand Up @@ -101,17 +101,6 @@ function(doc) {
}
</pre>

<h4>Multiple Documents</h4>

<pre>
function(doc) {
var result = [];
result.subject = doc.subject;
result.content = doc.content;
return result;
}
</pre>

<h4>A More Complex Example</h4>

<pre>
Expand Down

0 comments on commit e5457ca

Please sign in to comment.