This is an automated email from the ASF dual-hosted git repository.
glynnbird pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git
The following commit(s) were added to refs/heads/master by this push:
new dcfdd16 Fix in README name of the returned array when using uuids function (#90)
dcfdd16 is described below
commit dcfdd16e50ef74e5055de305cf4f1dd4c47333ee
Author: Piotr Zarzycki <piotrzarzycki21@gmail.com>
AuthorDate: Tue Jun 26 08:57:16 2018 +0200
Fix in README name of the returned array when using uuids function (#90)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index fa886f9..c7f7ff0 100644
--- a/README.md
+++ b/README.md
@@ -929,7 +929,7 @@ If your application needs to generate UUIDs, then CouchDB can provide
some for y
```js
nano.uuids(3, callback);
-// { uuid: [
+// { uuids: [
// '5d1b3ef2bc7eea51f660c091e3dffa23',
// '5d1b3ef2bc7eea51f660c091e3e006ff',
// '5d1b3ef2bc7eea51f660c091e3e007f0',
|