From f727fbf883f87a38697bc7aa3cd9ee059d76f6a9 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 6 Jul 2020 17:36:10 -0700 Subject: [PATCH] Minor README updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 476e904..c448b3e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A BCH Web Wallet Gatsby Starter -Create your own Bitcoin Cash web wallet app with this Gatsby Starter. This Starter leverages the [gatsby-ipfs-web-wallet Gatsby Theme](https://github.com/Permissionless-Software-Foundation/gatsby-ipfs-web-wallet). Additional plugins can be developed with the [bch-wallet-plugin-boilerplate](https://github.com/Permissionless-Software-Foundation/bch-wallet-plugin-boilerplate). +Create your own Bitcoin Cash web wallet app with this Gatsby Starter. This Starter leverages the [gatsby-ipfs-web-wallet Gatsby Theme](https://github.com/Permissionless-Software-Foundation/gatsby-ipfs-web-wallet) by [FullStack.cash](https://fullstack.cash). Additional plugins can be developed with the [bch-wallet-plugin-boilerplate](https://github.com/Permissionless-Software-Foundation/bch-wallet-plugin-boilerplate). ## 🚀 Quick start @@ -17,7 +17,7 @@ Create your own Bitcoin Cash web wallet app with this Gatsby Starter. This Start Use the Gatsby CLI to create a new site, specifying this starter. ```shell - # create a new Gatsby site using the hello-world starter + # create a new Gatsby site using this starter gatsby new my-bch-wallet-app https://github.com/Permissionless-Software-Foundation/bch-wallet-starter ```