From aafd51bf691ff476d32e5360652446a3b86c4ffb Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 5 Apr 2024 21:40:19 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 110a0db20..e47db1f6a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ $ yarn ## Environment variables Create .env file and set multisig backend URI `NEXT_PUBLIC_APP_API_URI` -You can setup your own mulitisig server in [Set up multisig server](./MULTISIG_SERVER_README.md). +You can setup your own multisig server in [Set up multisig server](./MULTISIG_SERVER_README.md). ## Start in DEV Mode Runs the app in the development mode.