From a82c47811a4d45dff41e7387ee4be793e48b3692 Mon Sep 17 00:00:00 2001 From: Dhiru Pandey Date: Mon, 11 Mar 2024 16:28:08 -0500 Subject: [PATCH] Fix for template check [git-p4: depot-paths = "//dev/main.net/": change = 107420] --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5905e35..510fc93 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ ## Contents 1. [Introduction to Coherence](#intro) 1. [How to Get Coherence Community Edition](#acquire) -1. [Introduction to Coherence for .NET](#intro-extend) +1. [Getting Started](#getting-started) 1. [Building](#build) 1. [CLI Hello Coherence Example](#started) 1. [Testing](#testing) -1. [Documentation](#docs) -1. [Contributing](#contrib) +1. [Documentation](#documentation) +1. [Contributing](#contributing) ## Introduction to Coherence @@ -55,13 +55,13 @@ distributed applications. For more details on how to obtain and use Coherence, please see the Coherence CE [README](https://github.com/oracle/coherence/tree/master/README.md). -## Introduction to Coherence for .NET +## Getting Started Coherence for .NET allows .NET applications to access Coherence clustered services, including data, data events, and data processing from outside the Coherence cluster. Typical uses of Coherence for .NET include desktop and web applications that require access to Coherence caches. Coherence for .NET consists of a lightweight .NET library that connects to a Coherence clustered service instance running within the Coherence cluster using a high performance TCP/IP-based communication layer. This library sends all client requests to the Coherence clustered proxy service which, in turn, responds to client requests by delegating to an actual Coherence clustered service (for example, a Partitioned or Replicated cache service). -See the [documentation](#docs) for details on building Coherence applications using .NET. +See the [documentation](#documentation) for details on building Coherence applications using .NET. ## Building @@ -421,7 +421,7 @@ To run Coherence for .NET test suite starting a Coherence server in docker conta msbuild /t:test Coherence.docker ``` -## Documentation +## Documentation To build Coherence for .NET API documentation, run the following command. The API documentation can be viewed using Microsoft help viewer. ``` @@ -437,7 +437,7 @@ The resulting files: For further details on developing Coherence for .NET applications, see the documentation [here](https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.0/develop-remote-clients/creating-net-extend-clients.html). -## Contributing +## Contributing This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)