Skip to content

Commit ce5f09a

Browse files
committed
update api doc link in README for 0.6
1 parent 7bbe87a commit ce5f09a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ This document explains Node.js client for Hazelcast which uses Hazelcast's Open
3434
Hazelcast Node.js client supports the following data structures and features:
3535

3636
* Map (including entry processors and `PartitionAware` keys) and MultiMap
37+
* Near Cache support for Map
3738
* Queue, Set, and List
3839
* Lock
3940
* Smart Client
@@ -78,7 +79,7 @@ HazelcastClient.newHazelcastClient().then(function (hazelcastClient) {
7879

7980
Please see Hazelcast Node.js [code samples](https://github.com/hazelcast/hazelcast-nodejs-client/tree/master/code_samples) for more examples.
8081

81-
You can also refer to Hazelcast Node.js [API Documentation](http://hazelcast.github.io/hazelcast-nodejs-client/api/0.5/docs/).
82+
You can also refer to Hazelcast Node.js [API Documentation](http://hazelcast.github.io/hazelcast-nodejs-client/api/0.6/docs/).
8283

8384
# Serialization Considerations
8485

0 commit comments

Comments
 (0)