diff --git a/docs/user/README.md b/docs/user/README.md index f1c4cc60..f8bb73a2 100644 --- a/docs/user/README.md +++ b/docs/user/README.md @@ -1,7 +1,7 @@ # NATS Manager Module This module ships the NATS Manager, which is responsible for managing the lifecycle of a [NATS JetStream](https://docs.nats.io/nats-concepts/jetstream) deployment. -It observes the state of the NATS JetStream resources and reconciles its state according to the desired state. +It observes the state of the NATS cluster and reconciles its state according to the desired state. NATS is an infrastructure that enables the exchange of data in form of messages. JetStream is a distributed persistence system providing more functionalities and higher qualities of service on top of 'Core NATS'. For further information about NATS and NATS JetStream, consult the [Official NATS Documentation](https://docs.nats.io/).