From 0c4b8aee6d26d8018af859889b255d138fa6b4d7 Mon Sep 17 00:00:00 2001 From: pi Date: Sun, 23 Aug 2026 04:20:43 +1200 Subject: [PATCH] docs: fix grammar issue in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1f8a72..bf6c6ea 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ The sync fails closed, filters Pro and Beta before generating the public import - `public/source-code.json` — Community source bundles used by the Code tab - `src/data/shaders.tsx` — Community-only catalog and renderer imports -The private ThreeUI repository runs this synchronization after every successful push to `main`. A no-op sync exits without a release. Changes update the `automation/community-sync` branch and open one reviewed pull request here. New public components, variants, or controls infer a minor release; removals infer a major release; compatible source changes infer a patch release. Merging a versioned sync pull request publishes the new package through npm trusted publishing with provenance. +The private ThreeUI repository runs this synchronization after every successful push to `main`. A no-op sync exits without a release. Changes update the `automation/community-sync` branch and open one reviewed pull request here. New public components, variants, or controls trigger a minor release; removals trigger a major release; compatible source changes trigger a patch release. Merging a versioned sync pull request publishes the new package through npm trusted publishing with provenance. The public workflow also runs a clean build, boundary audit, package creation, and anonymous installation smoke test before release. The Pro installer is versioned and published separately; changes to Pro component content do not require a CLI release.