From 5fe47e3bd3c52e4486defdd8a423336555368d9d Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Wed, 6 Mar 2024 00:03:19 -0800 Subject: [PATCH] Gobot lint fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5265534..d06d7a8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ PocketBase is an open source backend consisting of embedded database (SQLite) wi - [Dart/Flutter](#dartflutter) - [C#](#c) - [D](#d) -- [NodeJS](#nodejs) +- [Node.js](#node-js) - [Unofficial PocketBase Clients (SDKs)](#unofficial-pocketbase-clients-sdks) - [Hosting](#hosting) - [Plugins](#plugins) @@ -61,7 +61,7 @@ PocketBase is an open source backend consisting of embedded database (SQLite) wi - [libpb](https://github.com/Hax-io/libpb) - PocketBase client wrapper for D with automagic serialization and deserialization to and from JSON. -## NodeJS +## Node.js - [gobot](https://github.com/benallfree/gobot) - PocketBase as an npm package. CLI and API.