From 39aef5be303521861f22c32f74b0c862ee652192 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 14 Nov 2023 08:57:27 +0100 Subject: [PATCH] fix: minor typo (#286) fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bf0f5a4b..1408ea0fa 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ git submodule update --checkout ``` Download all setup params, degree `20`, `24` and `26` are used in [config](https://github.com/scroll-tech/scroll-prover/tree/main/integration/configs). -Could only download params of degree `26`, but it may affect performance (when dowsizing params). +Could only download params of degree `26`, but it may affect performance (when downsizing params). ```shell make download-setup -e degree=20 make download-setup -e degree=24