Minor README updates

This commit is contained in:
Chris Troutner
2020-07-06 17:36:10 -07:00
parent 6772b8cbea
commit f727fbf883
+2 -2
View File
@@ -8,7 +8,7 @@
A BCH Web Wallet Gatsby Starter
</h1>
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
```