Skip to content

Commit

Permalink
Gobot lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Mar 6, 2024
1 parent b2415a9 commit 5fe47e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Check failure on line 16 in README.md

View workflow job for this annotation

GitHub Actions / markdown

Link fragments should be valid

README.md:16:3 MD051/link-fragments Link fragments should be valid [Context: "[Node.js](#node-js)"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md051.md
- [Unofficial PocketBase Clients (SDKs)](#unofficial-pocketbase-clients-sdks)
- [Hosting](#hosting)
- [Plugins](#plugins)
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 5fe47e3

Please sign in to comment.