From a17ee57101d044cf143bed445e42e66bc96f42c2 Mon Sep 17 00:00:00 2001 From: Erik Pohl <89852209+ErikPohl444@users.noreply.github.com> Date: Sat, 14 Dec 2024 16:51:55 -0500 Subject: [PATCH] Update readme.content.md synched changes between readmes --- docs/source/readme.content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/readme.content.md b/docs/source/readme.content.md index a9475e4f..305faa5b 100644 --- a/docs/source/readme.content.md +++ b/docs/source/readme.content.md @@ -97,7 +97,7 @@ You can get help in several ways: ### Advanced usage -I'll be honest. The high-level Client that was shown in the "Quick Start" section is not a real ATProto API. This is syntax sugar built upon the real XRPC methods! The high-level methods are not cover the full need of developers. To be able to do anything that you want, you should know to work with low-level API. Let's dive into it! +I'll be honest. The high-level Client that was shown in the "Quick Start" section is not a real ATProto API. This is syntax sugar built upon the real XRPC methods! The high-level methods do not cover the full needs of developers. To be able to do anything that you want, you should know how to work with the low-level API. Let's dive into it! The basics: - Namespaces – classes that group sub-namespaces and the XRPC queries and procedures. Built upon NSID ATProto semantic.