From c56195adf0fc3038ebedfe8e9dcc1ae53c6f1cfc Mon Sep 17 00:00:00 2001 From: Dan Miller Date: Fri, 26 Aug 2022 20:04:32 -0700 Subject: [PATCH] Change name in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 559c955eb..c7d4d22cc 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ put features here After that download the project and init the submodules ``` -git clone https://github.com/cypherstack/Campfire.git -cd Campfire +git clone https://github.com/cypherstack/stack_wallet.git +cd stack_wallet git submodule update --init --recursive ```