From aefaeacaff13a3e1101f07a79fc5aca60cb9e8ca Mon Sep 17 00:00:00 2001 From: Piotr Piotrowski Date: Tue, 12 Mar 2024 13:28:12 +0100 Subject: [PATCH] [IMPROVED] Missing section in jetstream readme ToC (#1557) Signed-off-by: Piotr Piotrowski --- jetstream/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jetstream/README.md b/jetstream/README.md index e2ee01ed4..3acec9906 100644 --- a/jetstream/README.md +++ b/jetstream/README.md @@ -29,6 +29,10 @@ This doc covers the basic usage of the `jetstream` package in `nats.go` client. - [Basic usage of KV bucket](#basic-usage-of-kv-bucket) - [Watching for changes on a bucket](#watching-for-changes-on-a-bucket) - [Additional operations on a bucket](#additional-operations-on-a-bucket) + - [Object Store](#object-store) + - [Basic usage of Object Store](#basic-usage-of-object-store) + - [Watching for changes on a store](#watching-for-changes-on-a-store) + - [Additional operations on a store](#additional-operations-on-a-store) - [Examples](#examples) ## Overview