From 553659b76503aff78abafc7e156e166b50427869 Mon Sep 17 00:00:00 2001 From: scottf Date: Mon, 28 Oct 2024 16:43:41 -0400 Subject: [PATCH] Server Pool Update --- server-pool/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-pool/README.md b/server-pool/README.md index e0582b6..5aa0c98 100644 --- a/server-pool/README.md +++ b/server-pool/README.md @@ -16,7 +16,7 @@ There are comments in the example code to explain the intention of each method i [ExampleServerPool](src/main/java/io/nats/pool/ExampleServerPool.java) example code. -[Main](src/main/java/io/nats/pool/Main.java) example ho to initialize the connection with the custom implementation. +[Main](src/main/java/io/nats/pool/Main.java) example how to initialize the connection with the custom implementation. ## License