diff options
author | Jimmy Cushnie <git@jimmycushnie.com> | 2025-07-31 13:52:49 -0400 |
---|---|---|
committer | Jimmy Cushnie <git@jimmycushnie.com> | 2025-07-31 13:52:49 -0400 |
commit | 91574f1f56aafe8f212eaeeeba4558da7b0f864d (patch) | |
tree | 909730da5cc41a9bbc3428da3f7cae1f6701137d /README.md | |
parent | 394974719791ec7adaaa09544bc8fd7d95ca337b (diff) | |
download | voidsky-91574f1f56aafe8f212eaeeeba4558da7b0f864d.tar.zst |
README: improve phrasing of packages mention
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 9dfd8338c..8f1b6940e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Get the app itself: ## Development Resources -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 open source, but in [a different git repository](https://github.com/bluesky-social/atproto). +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)), which are also open source, but in [a different git repository](https://github.com/bluesky-social/atproto). There is a small amount of Go language source code (in `./bskyweb/`), for a web service that returns the React Native Web application. |