From b3b7003f565fc833804a70519aeb0741d03f34be Mon Sep 17 00:00:00 2001 From: sevki Date: Sat, 30 Mar 2024 00:16:39 +0000 Subject: [PATCH] fix: bothced update --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1563bca..ea68700 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,11 @@ JetStream is not ready for production use. It's still in the early stages of dev - [jsonrpc](https://www.jsonrpc.org/) - [tarpc](https://crates.io/crates/tarpc) +## Docs + +- [API Documentation](https://docs.rs/jetstream) + + ## Example [test](src/server/server_tests.rs) ```rust