Skip to content

Commit b212f44

Browse files
committed
Minor formatting fixes in README.md
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.2.0/": change = 113005]
1 parent 1b85d1f commit b212f44

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,20 +119,20 @@ to execute processing logic for the appropriate entries with exclusive access.
119119
associating data (thus being on the same partition) and manipulating other entries
120120
on the same partition, potentially across different maps.
121121
* **Non-blocking / async NamedMap API**
122-
* **Polyglot clients** - Access the same NamedMap API from C{pp}, Go, Java, JavaScript, .NET, or Python.
122+
* **Polyglot clients** - Access the same NamedMap API from C++, Go, Java, JavaScript, .NET, or Python.
123123
* **Portable Object Format** - Optimized serialization format, with the ability to
124124
navigate the serialized form for optimized queries, aggregations, or data processing.
125125
* **Integration with Databases** - Database and third party data integration with
126126
CacheStores, including both synchronous or asynchronous writes.
127127
* **CohQL** - Ansi-style query language with a console for adhoc queries.
128128
* **Topics** - Distributed topics implementation that offers pub/sub messaging with
129129
the storage capacity, the cluster, and parallelizable subscribers.
130-
* *Repository API* - a framework implementing the Repository pattern from Domain-Driven Design,
130+
* **Repository API** - a framework implementing the Repository pattern from Domain-Driven Design,
131131
abstracting persistent storage implementation from application code, with advanced features like
132132
support for pagination, projections, streaming, and updating in-place
133-
* *Microservices integration* - broad and close integration with Helidon, Micronaut, and Spring for
133+
* **Microservices integration** - broad and close integration with Helidon, Micronaut, and Spring for
134134
developing microservices applications using Coherence as a data source or cache
135-
* *coherence-concurrent* - Coherence-backed implementations of types from the `java.util.concurrent`
135+
* **coherence-concurrent** - Coherence-backed implementations of types from the `java.util.concurrent`
136136
package enabling distributed process coordination through the grid
137137

138138
Coherence also provides a number of non-functional features:
@@ -158,7 +158,7 @@ JMX server that provides a view of all members of the cluster.
158158
* **Management over REST** - All JMX data and operations can be performed over REST,
159159
including cluster wide thread dumps and heapdumps.
160160
* **Non-cluster Access** - Provides access to the cluster from the outside via proxies,
161-
for distant (high latency) clients and for non-Java languages such as C{pp}, Go, JavaScript,
161+
for distant (high latency) clients and for non-Java languages such as C++, Go, JavaScript,
162162
.NET, and Python.
163163
* **Kubernetes friendly** - Enables seamless and safe deployment of applications to k8s with
164164
our own [operator](https://github.com/oracle/coherence-operator).

0 commit comments

Comments
 (0)