This is an automated email from the ASF dual-hosted git repository.

kittohoward pushed a commit to branch initial-dta
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-dta.git


The following commit(s) were added to refs/heads/initial-dta by this push:
     new deaffb0  fix more typos in README.md
deaffb0 is described below

commit deaffb014b1f39209eab77ee9ac55c4f9993cc2b
Author: howardkitto <[email protected]>
AuthorDate: Fri Aug 23 17:17:23 2019 +0100

    fix more typos in README.md
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index c5e360c..0c69a23 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,11 @@
 
 Milagro Custody D-TA is a colaborative key management server 
 
-Milagro D-TA facilitates secure and auditable communication between people who 
to use key pairs (Principal) and service providers who can keep the secret keys 
safe (Master Fiduciary). It is written in Go and uses REST services based on 
the [GoKit microservices framework] (https://gokit.io), it uses IPFS to create 
a shared immutable log of transactions and relies on Milagro-Crypto-C for it's 
crypto.
+Milagro D-TA facilitates secure and auditable communication between people who 
to use key pairs (Principal) and service providers who can keep the secret keys 
safe (Master Fiduciary). It is written in Go and uses REST services based on 
the [GoKit microservices framework](https://gokit.io), it uses IPFS to create a 
shared immutable log of transactions and relies on Milagro-Crypto-C for it's 
crypto.
 
 ## Plugins
-Milagro D-TA provides a basic set of services for creating identities for 
actors in the system, and passing encrypted communication between them but it 
assumes that different service providers will have their own "special sauce" 
for securely storing public keys, so the vanilla services can be extended using 
a plugin framework. Two basic plugins are included in this release to give you 
an idea of how this can be done.
-1. **BitcoinPlugin**  Generates a Bitcoin address and reveal the corresponding 
secret key
+Milagro D-TA provides a basic set of services for creating identities for 
actors in the system, and passing encrypted communication between them but it 
assumes that different service providers will have their own "special sauce" 
for securely storing secret keys, so the vanilla services can be extended using 
a plugin framework. Two basic plugins are included in this release to give you 
an idea of how this can be done.
+1. **BitcoinPlugin**  Generates a Bitcoin address and reveals the 
corresponding secret key
 2. **SafeGuardSecret** Encrypts a string and decrypts it again
 
 ## Instalation
@@ -48,7 +48,7 @@ Which includes a quick start guide that will show you how to 
get Milagro D-TA to
 
 ## Contributing
 
- Key pairs are becoming key to our online lives, and keeping secret keys safe 
is a growing industry, we hope to create an ecosystem of custodial service 
providers who colabroate to make the Internet a safer place for everyone. We 
are keen to get contributions and feedback from anyone in this space. This is a 
brand new project so our development processes are still being figured out, but 
if you have suggestions, questions or wish to make contributions please go 
ahead raise an issue and so [...]
+ Key pairs are becoming central to our online lives, and keeping secret keys 
safe is a growing industry, we hope to create an ecosystem of custodial service 
providers who colabroate to make the Internet a safer place for everyone. We 
are keen to get contributions and feedback from anyone in this space. This is a 
brand new project so our development processes are still being figured out, but 
if you have suggestions, questions or wish to make contributions please go 
ahead raise an issue an [...]
 
 ## License
 

Reply via email to