diff options
author | Raku <42936741+rakutek@users.noreply.github.com> | 2023-10-10 03:55:15 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-09 11:55:15 -0700 |
commit | d85bbc1a2814d3982b5e23b1ff0790ab6d288b3b (patch) | |
tree | 4bb4d3ccb6db64e958f363708b51d5f86c1e9ef4 /README.md | |
parent | c43a0d816000ce732b7b7732de9838ea78599f70 (diff) | |
download | voidsky-d85bbc1a2814d3982b5e23b1ff0790ab6d288b3b.tar.zst |
fix typo README.md (#1631)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index d53a3eb2f..4f7d00ebb 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is a [React Native](https://reactnative.dev/) application, written in the T There is a small amount of Go language source code (in `./bskyweb/`), for a web service that returns the React Native Web application. -The [Build Instructions](./docs/builds.md) are a good place to get started with the app itself. +The [Build Instructions](./docs/build.md) are a good place to get started with the app itself. The Authenticated Transfer Protocol ("AT Protocol" or "atproto") is a decentralized social media protocol. You don't *need* to understand AT Protocol to work with this application, but it can help. Learn more at: |