glynnbird closed pull request #115: Update anchor tags to attachments documentation URL: https://github.com/apache/couchdb-nano/pull/115
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/README.md b/README.md index 4cf5d60..32a4add 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,10 @@ See [Migration Guide for switching from Nano 6.x to 7.x](migration_6_to_7.md). - [db.multipart.get(docname, [params], [callback])](#dbmultipartgetdocname-params-callback) - [Attachments functions](#attachments-functions) - [db.attachment.insert(docname, attname, att, contenttype, [params], [callback])](#dbattachmentinsertdocname-attname-att-contenttype-params-callback) - - [db.attachment.insertAsStream(docname, attname, att, contenttype, [params], [callback])](#dbattachmentinsertasstreamdocname-attname-att-contenttype-params-callback) + - [db.attachment.insertAsStream(docname, attname, att, contenttype, [params], [callback])](#dbmultipartinsertasstreamdoc-attachments-params-callback) - [db.attachment.get(docname, attname, [params], [callback])](#dbattachmentgetdocname-attname-params-callback) - [db.attachment.getAsStream(docname, attname, [params], [callback])](#dbattachmentgetasstreamdocname-attname-params-callback) - - [db.attachment.destroy(docname, attname, [params], [callback])](#dbattachmentdestroydocname-attname-rev-callback) + - [db.attachment.destroy(docname, attname, [params], [callback])](#dbattachmentdestroydocname-attname-params-callback) - [Views and design functions](#views-and-design-functions) - [db.view(designname, viewname, [params], [callback])](#dbviewdesignname-viewname-params-callback) - [db.viewAsStream(designname, viewname, [params], [callback])](#dbviewasstreamdesignname-viewname-params-callback) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
