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 ```