From 6d6bc9796eaaa77a6a731105d4c14f2c01b1958c Mon Sep 17 00:00:00 2001 From: Steve Dakh Date: Mon, 19 Aug 2024 18:06:52 -0400 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cleanup weird "÷" symbols --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6ac82d..25f7cb6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repository contains the Ethereum Attestation Service SDK, used to interact ## Table of Contents - [Installing the EAS SDK](#installing-the-eas-sdk) -- [Using the EAS SD÷K](#using-the-eas-sdk) +- [Using the EAS SDK](#using-the-eas-sdk) - [Getting an Attestation](#getting-an-attestation) - [Creating Onchain Attestations](#creating-onchain-attestations) - [Example: Creating Onchain Attestations](#example-creating-onchain-attestations) @@ -29,7 +29,7 @@ This repository contains the Ethereum Attestation Service SDK, used to interact - [Using the PrivateData Class](#using-the-privatedata-class) - [Creating Private Data](#creating-private-data) - [Getting the Full Merkle Tree](#getting-the-full-merkle-tree) - - [Generating a Multi-Proof](#generating-a-multi-proof)÷ + - [Generating a Multi-Proof](#generating-a-multi-proof) - [Verifying a Multi-Proof](#verifying-a-multi-proof) - [Verifying the Full Tree](#verifying-the-full-tree) - [Example: Creating an Attestation with Private Data](#example-creating-an-attestation-with-private-data)