From 84bb82826a9ba45249d1ae4f90afaa3dd5f659d0 Mon Sep 17 00:00:00 2001 From: Rudy Fraser Date: Sun, 9 Mar 2025 19:52:54 -0400 Subject: [PATCH] Fix typo --- rsky-satnav/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsky-satnav/README.md b/rsky-satnav/README.md index 4b1ee00..a893f33 100644 --- a/rsky-satnav/README.md +++ b/rsky-satnav/README.md @@ -5,7 +5,7 @@ rsky-satnav is a prototype tool for visually exploring DASL CAR and AT Protocol ## Overview -rsky-satnav lets you load a CAR file (Content-Addressable Archive) and visually inspect its contents using a collapsible, directory-style UI. It leverages MST (Merkle Sorted Tree) logic to group records by collection for an intuitive file-directory-like experience. +rsky-satnav lets you load a CAR file (Content-Addressable Archive) and visually inspect its contents using a collapsible, directory-style UI. It leverages MST (Merkle Search Tree) logic to group records by collection for an intuitive file-directory-like experience. ## Features