diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-10-09 14:58:40 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-10-09 14:58:40 -0700 |
commit | acb003d7e13fefb134f19a2f497e582857a5ff0d (patch) | |
tree | c51eca4139954989dc79ae0914a53df99a467f5e /README.md | |
parent | 9aff2597cf6735960299d98bf2b4d650aac9cb35 (diff) | |
parent | ce0f79600870d373bd8289c13f4efb44b253ffb1 (diff) | |
download | voidsky-acb003d7e13fefb134f19a2f497e582857a5ff0d.tar.zst |
Merge branch 'main' of github.com:bluesky-social/social-app into main
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 08e7aba28..4f7d00ebb 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Get the app itself: This is a [React Native](https://reactnative.dev/) application, written in the TypeScript programming language. It builds on the `atproto` TypeScript packages (like [`@atproto/api`](https://www.npmjs.com/package/@atproto/api)), code for which is also on open source, but in [a different git repository](https://github.com/bluesky-social/atproto). -There is a small about of Go language source code (in `./bskyweb/`), for a web service that returns the React Native Web application. +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: |