From 1b7d6e3e6dc6492e8b051dcd74bfa96fd1e5f751 Mon Sep 17 00:00:00 2001 From: Joe Sondow <614132+joesondow@users.noreply.github.com> Date: Wed, 24 May 2023 15:50:51 -0700 Subject: [PATCH] Say what PDS stands for (#29) So readers won't have to google Bluesky PDS to try to figure out what it means --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bebc99b..32b4cc3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 🚧 Work in Progress 🚧 -We are actively developing Feed Generator integration into the Bluesky PDS. Though we are reasonably confident about the general shape and interfaces laid out here, these interfaces and implementation details _are_ subject to change. +We are actively developing Feed Generator integration into the Bluesky Personal Data Server (PDS). Though we are reasonably confident about the general shape and interfaces laid out here, these interfaces and implementation details _are_ subject to change. In the meantime, we've put together this starter kit for devs. It doesn't do everything, but it should be enough to get you familiar with the system & started building!