From 481b1d2ad6ba29f696f391f2cc3a29a03175b7ee Mon Sep 17 00:00:00 2001 From: Josh Ford Date: Tue, 25 Jun 2024 18:23:38 -0700 Subject: [PATCH] fix frontend link in readme link to the frontend is broken due to a case sensitive link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc54df5..8e85cde 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This repository contains example implementations of a Guest Book smart contract - [Guest Book TS Example](contract-ts) - [Guest Book RS Example](contract-rs) -- [Guest Book Frontend Example](Frontend) +- [Guest Book Frontend Example](frontend)