From d6269c5e4ca63e959b22b57f4b02f6e1fb92a97b Mon Sep 17 00:00:00 2001 From: vuittont60 <81072379+vuittont60@users.noreply.github.com> Date: Fri, 27 Oct 2023 14:13:14 +0800 Subject: [PATCH] docs: fix typos --- README.md | 2 +- web/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5004c8b..1903c22 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Steps for Using DefinitelySetup to run your own ceremony: - Create a Pull Request: Once your files are ready, you'll need to create a pull request (PR) in the DefinitelySetup repository. Use the provided PR template to guide you in filling out the necessary information. -- Approval and Merging: If your circuit's constraint size is less than 1M, your PR will be automatically approved and merged at the end of the week. If you are trying to run a ceremony for a circuit with larger contraing sizes please open an issue to start a grant flow to cover infrastrcture costs. +- Approval and Merging: If your circuit's constraint size is less than 1M, your PR will be automatically approved and merged at the end of the week. If you are trying to run a ceremony for a circuit with larger contraing sizes please open an issue to start a grant flow to cover infrastructure costs. - Starting the Ceremony: Once your PR is merged, the ceremony will commence. You and other users will be able to see the ceremony on the DefinitelySetup website. diff --git a/web/README.md b/web/README.md index 31d0e93..73d3d20 100644 --- a/web/README.md +++ b/web/README.md @@ -45,7 +45,7 @@ pnpm install ### Local Development -**Prerequisities** +**Prerequisites** - Node.js version 16.0 or higher. - pnpm version 8.6.7 or higher. @@ -70,4 +70,4 @@ pnpm build ```bash pnpm dev -``` \ No newline at end of file +```