From c5f9e635034eb8e9410992069fdc844c6c783eda Mon Sep 17 00:00:00 2001 From: ilia Date: Wed, 5 Aug 2026 15:05:32 -0400 Subject: [PATCH] Fix package list punctuation in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d79ac65..c58646e 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ Captures console, network, errors, and clean markdown for agents and debugging. Public mirror: [github.com/Gitilia/context-extractor](https://github.com/Gitilia/context-extractor). -- `extension/`, browser extension (Manifest V3) for interactive use. -- `automation/`, Python package for scripted/headless use with +- `extension/`: browser extension (Manifest V3) for interactive use. +- `automation/`: Python package for scripted/headless use with Playwright or [Camoufox](https://camoufox.com). -- `automation-js/`, Node/TS twin of `automation/` for Playwright +- `automation-js/`: Node/TS twin of `automation/` for Playwright (`playwright-core`) or [camoufox-js](https://www.npmjs.com/package/camoufox-js) automation that's already JS, so it can `import` the session directly instead of shelling out to Python.