From a6273555436de3e87b7c020c61ce62bf37ff0469 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 28 Oct 2022 12:33:39 +0200 Subject: [PATCH] NOTICK: Fix typos (#7255) Fix: typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d85fe34e46..5a2056616c 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ Corda is an open source blockchain project, designed for business from the start. Only Corda allows you to build interoperable blockchain networks that transact in strict privacy. Corda's smart contract technology allows businesses to transact directly, with value. -## Architecure Evolution +## Architecture Evolution The code present in this repository reflects the first version of the implementation of the Corda model for DLT technology. This first architecture version covers Corda versions 1 through 4 and continues to deliver on the promise of DLT for both the open source community and industry as a whole. -However, like all things, Corda must evolve to serve the more stringent needs of today. This is why the second (and current) version of the Corda Arcchitecture can be found [here](https://github.com/corda/corda-runtime-os) and will form the basis of the Corda 5 release. +However, like all things, Corda must evolve to serve the more stringent needs of today. This is why the second (and current) version of the Corda Architecture can be found [here](https://github.com/corda/corda-runtime-os) and will form the basis of the Corda 5 release. ## Features