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.