capitalised sentences, acronymns and added a note about Promises#46
Merged
glynnbird merged 2 commits intoapache:masterfrom May 31, 2017
Merged
capitalised sentences, acronymns and added a note about Promises#46glynnbird merged 2 commits intoapache:masterfrom
glynnbird merged 2 commits intoapache:masterfrom
Conversation
garrensmith
approved these changes
May 31, 2017
Member
garrensmith
left a comment
There was a problem hiding this comment.
One small minor tweak. I'll let you merge this yourself when you are ready :)
README.md
Outdated
|
|
||
| bulk operations(update/delete/insert) on the database, refer to the | ||
| [couchdb doc](http://wiki.apache.org/couchdb/HTTP_Bulk_Document_API). | ||
| Nulk operations(update/delete/insert) on the database, refer to the |
Contributor
Author
There was a problem hiding this comment.
fixed. But can't merge myself as I don't have write access
Contributor
Author
|
@garrensmith I don't have write access to be able to merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
The README was entirely in lowercase. While this was cute, it made it pretty unreadable as a document. I have reworked it so that
There are a couple of other minor fixes to make the code style in the examples more consistent and add some extra examples.
I've also added a paragraph on how to make the library work with Promises.
Testing recommendations
No code has changed. Just the readme.
GitHub issue number
n/a
Related Pull Requests
n/a
Checklist