Skip to content

Commit 33d340e

Browse files
committed
proper capitalization
1 parent 3438b24 commit 33d340e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# MarkLogic Client API for node.js
1+
# MarkLogic Client API for Node.js
22

3-
The MarkLogic Client API for node.js provides access to the MarkLogic database
4-
from node.js.
3+
The MarkLogic Client API for Node.js provides access to the MarkLogic database
4+
from Node.js.
55

66
## Status
77

8-
This branch provides the work in progress for the Early Access Release 3 of the MarkLogic node.js API.
8+
This branch provides the work in progress for the Early Access Release 3 of the MarkLogic Node.js API.
99

1010
## Getting started
1111

@@ -56,7 +56,7 @@ To tear down the test database and REST server, execute
5656

5757
node etc/test-teardown.js
5858

59-
### Capabilities added to the node.js Client API in Early Access 3
59+
### Capabilities added to the Node.js Client API in Early Access 3
6060

6161
* quick path for simple CRUD and query on the database client
6262
* values and tuples requests
@@ -70,7 +70,7 @@ To tear down the test database and REST server, execute
7070
* server-side eval and invoke
7171
* search suggest
7272

73-
### Capabilities of the node.js Client API in Early Access 2
73+
### Capabilities of the Node.js Client API in Early Access 2
7474

7575
* createDatabaseClient() including HTTPS
7676
* documents.query()
@@ -109,7 +109,7 @@ To tear down the test database and REST server, execute
109109

110110
### Limitations in Early Access 3
111111

112-
The MarkLogic node.js Client API has not yet undergone performance or
112+
The MarkLogic Node.js Client API has not yet undergone performance or
113113
stress testing. The API should not be used in production in EA3. The
114114
interface may change before the initial release.
115115

0 commit comments

Comments
 (0)