diff options
author | Jimmy Cushnie <git@jimmycushnie.com> | 2025-07-31 13:55:13 -0400 |
---|---|---|
committer | Jimmy Cushnie <git@jimmycushnie.com> | 2025-07-31 13:55:13 -0400 |
commit | bf455f3e1968eaa6ead8b51fd3e2ee8f83c503c1 (patch) | |
tree | a4ab74db7109816daf0d88f4fd601990dc08e37b /README.md | |
parent | 91574f1f56aafe8f212eaeeeba4558da7b0f864d (diff) | |
download | voidsky-bf455f3e1968eaa6ead8b51fd3e2ee8f83c503c1.tar.zst |
README: fix brand capitalization ("Github" -> "GitHub")
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 8f1b6940e..8d32f67cc 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The [Build Instructions](./docs/build.md) are a good place to get started with t 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: - [Overview and Guides](https://atproto.com/guides/overview) -- [Github Discussions](https://github.com/bluesky-social/atproto/discussions) 👈 Great place to ask questions +- [GitHub Discussions](https://github.com/bluesky-social/atproto/discussions) 👈 Great place to ask questions - [Protocol Specifications](https://atproto.com/specs/atp) - [Blogpost on self-authenticating data structures](https://bsky.social/about/blog/3-6-2022-a-self-authenticating-social-protocol) |