Skip to content

Commit 0659beb

Browse files
Improve documentation (#1271)
- fix small typos - fix broken references --------- Co-authored-by: Amanda Lindsay <[email protected]>
1 parent feea0d2 commit 0659beb

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This command fetches the latest Hazelcast version. You can find all available ta
6363
[here](https://hub.docker.com/r/hazelcast/hazelcast/tags).
6464

6565
You can also use our ZIP or TAR [distributions](https://hazelcast.com/open-source-projects/downloads/)
66-
as described [here](Reference_Manual.md#12-starting-hazelcast-cluster).
66+
as described [here](Reference_Manual.md#12-starting-a-hazelcast-cluster).
6767

6868
### Client
6969

@@ -103,7 +103,7 @@ You can also install the hazelcast-cpp-client with [conan](https://conan.io/) an
103103

104104
### Usage
105105

106-
There is an example project in [sample_project](https://github.com/akeles85/hazelcast-cpp-client/tree/readme_update/sample_project) directory. You can run the example as below:
106+
There is an example project in the [sample_project](https://github.com/akeles85/hazelcast-cpp-client/tree/readme_update/sample_project) directory. You can run the example as below:
107107

108108
If you use Linux or Mac:
109109

@@ -152,7 +152,7 @@ int main() {
152152
* Distributed concurrency primitives from CP Subsystem such as [FencedLock](examples/cp/fenced_lock.cpp), [Semaphore](examples/cp/counting_semphore.cpp), [AtomicLong](examples/cp/atomic_long.cpp)
153153
* Integration with [Viridian](https://viridian.hazelcast.com/) (Hazelcast Cloud)
154154
* Support for serverless and traditional web service architectures with **Unisocket** and **Smart** operation modes
155-
* Ability to listen client lifecycle, cluster state and distributed data structure events
155+
* Ability to listen to client lifecycle, cluster state and distributed data structure events
156156
* and [many more](https://hazelcast.com/clients/cplusplus/#client-features).
157157

158158
## Documentation

0 commit comments

Comments
 (0)