Fixing typo

This commit is contained in:
Chris Troutner
2022-09-03 14:27:19 -07:00
parent 09c810798e
commit 957d89297a
+2 -2
View File
@@ -11,7 +11,7 @@ This directory contains scripts for deploying the app to different platforms and
The above deployment scripts are orchestrated with [publish-main.js](`./publish-main.js`). This script is run by executing `npm run pub`. The above deployment scripts are orchestrated with [publish-main.js](`./publish-main.js`). This script is run by executing `npm run pub`.
### GitHub Pages ### GitHub Pages
The app can also be deployed to GitHub pages. This requires switching to the `gh-pages` grant and running the command `npm run pub:ghp`. The app can also be deployed to GitHub pages. This requires switching to the `gh-pages` branch and running the command `npm run pub:ghp`.
## Code Deployment ## Code Deployment
The code in this repository is backed up to the [Radicle](https://radicle.network/get-started.html) network. Find instructions for *consuming* the code in the [top-level README](../README.md). To learn how install Radicle on your own machine and collaborate on the code that way, check out [this research article](https://christroutner.github.io/trouts-blog/docs/censorship/radicle). The code in this repository is backed up to the [Radicle](https://radicle.network/get-started.html) network, as GitHub has been increasing its censorship of code. Find instructions for *consuming* the code in the [top-level README](../README.md). To learn how install Radicle on your own machine and collaborate on the code that way, check out [this research article](https://christroutner.github.io/trouts-blog/docs/censorship/radicle).