Skip to content

Commit

Permalink
- Minor doc tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlubke committed Feb 4, 2025
1 parent ec0b2d3 commit 21bcb01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ const opts = new Options({address: 'example.com:4444',
let session = new Session(opts)
```

*NOTE* The Coherence NameService feature requires Node `20.x` or later.

It's also possible to control the default address the session will bind to by providing
an address via the `COHERENCE_SERVER_ADDRESS` environment variable. The format of the value would
be the same as if you configured it programmatically as the above example shows.
Expand Down

0 comments on commit 21bcb01

Please sign in to comment.