From 8e95086aeddc8118d21e6c8a1dcbf63d9f6d3c47 Mon Sep 17 00:00:00 2001 From: Marko Jakic Date: Tue, 30 Jul 2024 13:51:16 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b893ea0..e67bf87 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ For testing we have a .env.test file where the only env variable that is specifi NODB_BASE_URL= ``` -## Api Reference +## API Reference The `Nodb` class provides methods for interacting with a NoDB (NoSQL Database) backend via HTTP and WebSocket connections. It extends the `NodbWebSocket` class to support WebSocket functionality. ### Constructor