From 8e493239d8164dbfd7f89b25cd73f418584c5750 Mon Sep 17 00:00:00 2001 From: Ryan Fleischmann Date: Sat, 18 Nov 2023 13:28:24 -0500 Subject: [PATCH] Fix typo in README.md Fixes a typo in the readme for ethereum --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df94497e..32de16a8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ on a Ledger. The simpliest possible example of this would be an public FTP server, where anyone could upload a public key and a identifier for that public key. In practice, this sets up a central authority and a single point of failure. In practice we use a public ledger -such as Bitcoin or Ehtereum. And we use IPFS as a Content Addressable Storage to +such as Bitcoin or Ethereum. And we use IPFS as a Content Addressable Storage to create Decentralized Identitifiers for Public Keys. However since the interfaces for what needs to be implemented is flexible, we can also