From 76ae5bcdd2bb491bfe9f1a8b3b7db9467833923f Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 4 Jan 2024 04:49:19 +0100 Subject: [PATCH] fix: js cdn urls --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42125a5..ce6f141 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ all notifiers are bundled, but just like db drivers it's possible to only includ the integrated frontend is not necessary, and can be excluded by disabling the `web` feature. serve your favorite page and just use the `/api` endpoint for fetching pages. ### making your own frontend -the JS file used by the builtin frontend is available [here](https://cdn.alemi.dev/guestbook/0.3.1.js): +the JS file used by the builtin frontend is available [here](https://cdn.alemi.dev/guestbook/0.1.1.js): ``` -https://cdn.alemi.dev/guestbook/0.3.1.js +https://cdn.alemi.dev/guestbook/0.1.1.js ``` this provides a plain JS (+jsdoc! check type hints) module exporting one function to hook the automatic infinite scroll fetcher