From e919a44fe0d8661c52bda4a3e8756a1fb5a6b2de Mon Sep 17 00:00:00 2001 From: Tomasz Pietrek Date: Fri, 3 Nov 2023 12:08:37 +0100 Subject: [PATCH] Add nats by example link Signed-off-by: Tomasz Pietrek --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e4a7f029..0e6b1171 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ point into the JS Doc is the [NatsConnection](https://nats-io.github.io/nats.deno/interfaces/NatsConnection.html) all functionality starts with a connection. +**Check out [NATS by example](https://natsbyexample.com) - An evolving collection of runnable, cross-client reference examples for NATS.** + ## Basics ### Connecting to a nats-server