diff options
author | Samiksha Mishra <38784342+mishrasamiksha@users.noreply.github.com> | 2023-10-31 21:09:35 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 08:39:35 -0700 |
commit | adb5ce29614e21e1f061fb4be9c4a7887d0b6869 (patch) | |
tree | 53421fae1b69e486295cb55b3188cc1c65156c77 /README.md | |
parent | b5f36dc7a3a7a6f238666a0d66e48bfd94c6c664 (diff) | |
download | voidsky-adb5ce29614e21e1f061fb4be9c4a7887d0b6869.tar.zst |
Updated the mistake (#1777)
Corrected the typo error
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 4f7d00ebb..8770fcfc4 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The Authenticated Transfer Protocol ("AT Protocol" or "atproto") is a decentrali - [Protocol Specifications](https://atproto.com/specs/atp) - [Blogpost on self-authenticating data structures](https://blueskyweb.xyz/blog/3-6-2022-a-self-authenticating-social-protocol) -The Bluesky Social application encompases a set of schemas and APIs built in the overall AT Protocol framework. The namespace for these "Lexicons" is `app.bsky.*`. +The Bluesky Social application encompasses a set of schemas and APIs built in the overall AT Protocol framework. The namespace for these "Lexicons" is `app.bsky.*`. ## Contributions |