mikeal / node.couchapp.js

Utility for writing couchapps.
Apache License 2.0
406 stars 78 forks source link

example bug #20

Closed boxxxie closed 13 years ago

boxxxie commented 13 years ago

couchapp.loadAttachments(ddoc, path.join(__dirname, '_attachments'));

should be

couchapp.loadAttachments(ddoc, path.join(__dirname, 'attachments'));

also, it would be nice to have the urls required to show us what the example code does.

max-mapper commented 13 years ago

good catch, and i'll work on the readme