From f0abbd64fc9f57b0e8d5d4ccd9a9db1e2ebf39fe Mon Sep 17 00:00:00 2001 From: zeevdr Date: Wed, 10 Jun 2026 14:17:23 +0300 Subject: [PATCH] docs: collapse duplicate Requirements section in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The README declared the Node.js 22+ requirement twice — once near the top and again before the Questions section. Merge into the single top-level Requirements block, which now also lists the supported server version. Co-Authored-By: Claude Refs opendecree/decree#906 --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 23c8e80..7863402 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ TypeScript SDK for [OpenDecree](https://github.com/opendecree/decree) -- schema- ## Requirements - Node.js **≥ 22** (ESM-only package — CommonJS is not supported) +- A running OpenDecree server (v0.8.0 – v0.x, pre-1.0) ## Install @@ -117,11 +118,6 @@ Runnable examples in the [`examples/`](examples/) directory: - [Configuration](docs/configuration.md) -- all client options, auth, TLS, retry, timeouts - [Watching](docs/watching.md) -- ConfigWatcher, WatchedField, EventEmitter, async iteration -## Requirements - -- Node.js 22+ -- A running OpenDecree server (v0.8.0 – v0.x, pre-1.0) - ## Questions? Head to [OpenDecree Discussions](https://github.com/orgs/opendecree/discussions) -- our community hub covers all OpenDecree repos.