From fc3092622c4c187373668b8834988e0b0aee5db9 Mon Sep 17 00:00:00 2001 From: "christian.n" <137180768+christian-napoles-r3@users.noreply.github.com> Date: Tue, 25 Jul 2023 14:49:50 +0100 Subject: [PATCH] CORE-15746: updated README file (#64) --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e2b4dff..c4c7951 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ To help make the process of prototyping CorDapps on Corda 5 more straight forward we have developed the Cordapp Standard Development Environment (CSDE). -The CSDE is obtained by cloning this CSDE-Cordapp-Template-Java to your local machine. The CSDE provides: +The CSDE is obtained by cloning this CSDE-Cordapp-Template-Java repository to your local machine. The CSDE provides: - A pre-setup Cordapp Project which you can use as a starting point to develop your own prototypes. @@ -19,10 +19,7 @@ The CSDE is obtained by cloning this CSDE-Cordapp-Template-Java to your local ma - Ability to configure the Members of the Local Corda Network. -Note, the CSDE is experimental, we may or may not release it as part of Corda 5.0, in part based on developer feedback using it. - -To find out how to use the CSDE please refer to the getting started section in the Corda 5 Beta 2 documentation at https://docs.r3.com/ - +To find out how to use the CSDE, please refer to the *Getting Started Using the CSDE* subsection within the *Developing Applications* section in the latest Corda 5 documentation at https://docs.r3.com/ ## Chat app