From 54be59e5ceb8e2b69edb9fd1a7a8cb1df70ca448 Mon Sep 17 00:00:00 2001 From: rpriven Date: Fri, 29 May 2026 00:38:28 -0600 Subject: [PATCH] docs: fix Quick Start clone/cd path typo; sharpen planned web app MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Quick Start cd'd into 'flock-public-records-tools' after cloning 'flock-public-records-toolkit' — copy-pasting it errored on the first step. Also clarified the roadmap web app (browser-only, autofills a request by city/state). Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf9c36b..cbfd3c5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Government surveillance systems should be transparent and accountable to the com ```bash # Clone the repository git clone https://github.com/rpriven/flock-public-records-toolkit -cd flock-public-records-tools +cd flock-public-records-toolkit # Quick lookup: What's my state's law? bun lookup-state-law.ts CO @@ -33,9 +33,9 @@ If you're not comfortable with command-line tools: 3. Copy the template and fill in your information 4. Send to your local agency -### Coming Soon: Web Form +### Coming Soon: Web App -We're building a simple web-based version that works in any browser - no installation needed! +A standalone, browser-based version — **no download, no install**. Enter your city and state and it auto-fills a legally accurate Flock records request for you. (In progress.) ---