From f7c823df47ba1fb0b238c01a6411d2c96aad8170 Mon Sep 17 00:00:00 2001 From: Alberto Ricart Date: Thu, 27 Jun 2024 09:53:37 -0500 Subject: [PATCH] typo --- obj/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obj/README.md b/obj/README.md index 2e13989e..a1a0d160 100644 --- a/obj/README.md +++ b/obj/README.md @@ -1,6 +1,6 @@ # obj -The obj module implements the NATS KV functionality using JetStream for +The obj module implements the NATS ObjectStore functionality using JetStream for JavaScript clients. JetStream clients can use streams to store and access data. Obj is materialized view that presents a different _API_ to interact with the data stored in a stream using the API for a ObjectStore which should be familiar