diff options
author | Toni Alatalo <toni.alatalo@gmail.com> | 2023-10-09 21:48:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-09 11:48:57 -0700 |
commit | c43a0d816000ce732b7b7732de9838ea78599f70 (patch) | |
tree | 1d10be40450c14f008dbaf8e681babb22059de85 /README.md | |
parent | 77b21dfb1c2871447bf60ebf9efeb283282a1b51 (diff) | |
download | voidsky-c43a0d816000ce732b7b7732de9838ea78599f70.tar.zst |
Typo fix in README.md: "small about" -> "small amount" (#1639)
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 08e7aba28..d53a3eb2f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ 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. |