From e5bb658f5fe309a00b508bd53eadf4cff89c4135 Mon Sep 17 00:00:00 2001 From: michal0mina <117197915+michal0mina@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:16:14 +0100 Subject: [PATCH] Fix Auro Wallet name in the dir name and README (#24) Co-authored-by: michal0 --- README.md | 6 +++--- {ouro_screens => auro_screens}/1.home.png | Bin {ouro_screens => auro_screens}/2.vote_details.png | Bin {ouro_screens => auro_screens}/3.confirmation.png | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename {ouro_screens => auro_screens}/1.home.png (100%) rename {ouro_screens => auro_screens}/2.vote_details.png (100%) rename {ouro_screens => auro_screens}/3.confirmation.png (100%) diff --git a/README.md b/README.md index 56c2d8ed..08079b50 100644 --- a/README.md +++ b/README.md @@ -8,18 +8,18 @@ On-Chain Voting is a protocol developed to help with governing the Mina L1 block 2. Click on your address to copy it to the clipboard (we'll be using it in the next step). 3. Click on "Send." -![Ouro Home](./ouro_screens/1.home.png) +![Auro Home](./auro_screens/1.home.png) 4. Paste your address into `To`. 5. Add `1` in the `Amount` field. 6. Depending on how you want to cast your vote, enter either `MIP#` or `no MIP#` where `#` is substituted with the actual MIP number. -![Vote Details](./ouro_screens/2.vote_details.png) +![Vote Details](./auro_screens/2.vote_details.png) 7. Confirm the transaction. -![Vote Confirmation](./ouro_screens/3.confirmation.png) +![Vote Confirmation](./auro_screens/3.confirmation.png) ## Protocol Specifications diff --git a/ouro_screens/1.home.png b/auro_screens/1.home.png similarity index 100% rename from ouro_screens/1.home.png rename to auro_screens/1.home.png diff --git a/ouro_screens/2.vote_details.png b/auro_screens/2.vote_details.png similarity index 100% rename from ouro_screens/2.vote_details.png rename to auro_screens/2.vote_details.png diff --git a/ouro_screens/3.confirmation.png b/auro_screens/3.confirmation.png similarity index 100% rename from ouro_screens/3.confirmation.png rename to auro_screens/3.confirmation.png