From b3241cbae3df1c621888e9343e46f495cba38e6b Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 15 Nov 2023 22:17:34 -0600 Subject: [PATCH] correct links --- content/projects/showbridge.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/projects/showbridge.md b/content/projects/showbridge.md index b3c989c..77eec1d 100644 --- a/content/projects/showbridge.md +++ b/content/projects/showbridge.md @@ -18,14 +18,14 @@ Some of the technologies are listed below. * [electron-builder](https://www.electron.build/) (package, publish) * [ncc](https://github.com/vercel/ncc) (script bundling) -* [main.js](https://www.npmjs.com/package/showbridge-lib) +* [lib](https://www.npmjs.com/package/showbridge-lib) * [Socket.IO](https://socket.io/) ("Cloud" Messaging) * [lodash](https://lodash.com/) (string templating) * [main.js](https://www.npmjs.com/package/showbridge) * [commander](https://github.com/tj/commander.js) (CLI) -* Cloud +* [Cloud](https://hub.docker.com/r/jwetzell/showbridge-cloud) * [Socket.IO](https://socket.io/) ("Cloud" Messaging) ## Where can I get it?