Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down