From 09fdf27b99c73eff03d020165e7b1b8d130bd17c Mon Sep 17 00:00:00 2001 From: GoodDaisy <90915921+GoodDaisy@users.noreply.github.com> Date: Tue, 31 Oct 2023 21:14:00 +0800 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd457cc..2305846 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ Vitalik Buterin's blog series on STARKs: Academic resources: - [The STARK paper](https://eprint.iacr.org/2018/046.pdf) -- [libstark implemenation](https://github.com/elibensasson/libSTARK) +- [libstark implementation](https://github.com/elibensasson/libSTARK) More resources available at [starkware.co](https://www.starkware.co)