From 8ec2ee2f9e5e6b191e0d6e6269de69dec86a0ab0 Mon Sep 17 00:00:00 2001
From: Martin Trapp <94928215+martrapp@users.noreply.github.com>
Date: Tue, 31 Dec 2024 07:57:34 +0100
Subject: [PATCH] Fix README
---
.changeset/sixty-papayas-tickle.md | 5 +++++
README.md | 8 ++++----
2 files changed, 9 insertions(+), 4 deletions(-)
create mode 100644 .changeset/sixty-papayas-tickle.md
diff --git a/.changeset/sixty-papayas-tickle.md b/.changeset/sixty-papayas-tickle.md
new file mode 100644
index 0000000..84600f0
--- /dev/null
+++ b/.changeset/sixty-papayas-tickle.md
@@ -0,0 +1,5 @@
+---
+'astro-vtbot': patch
+---
+
+Fixes links and typos in README
diff --git a/README.md b/README.md
index c2c17ec..4ef0eb8 100644
--- a/README.md
+++ b/README.md
@@ -18,14 +18,14 @@ A current deployment of tech demos and the documentation can be found at https:/
Version 2.0.0 🎉 of astro-vtbot is here!
-This release changes what is automatically installed if you add astro-vtbot as an astro integration via `astro add astro-vtbot`. Now installing as an integration using `astro add astro-vtbot` should be your default choice for installing astro-vtbot. This gives you access to the `inspection-chamber` on every page via Astro's devToolbar!
+This release changes what is automatically installed if you install astro-vtbot as an Astro integration. Now installing as an integration using `astro add astro-vtbot` should be your default choice for installing astro-vtbot. This gives you access to the `inspection-chamber` on every page via Astro's devToolbar!
In contrast, `` and the `` components will no longer be automatically integrated and must be explicitly added if needed, e.g. in a global Layout.astro. During a transition period, the previous behavior can still be restored using toggles in the astro.config file.
-For details, see the [CHANGELOG](https://github.com/martrapp/vtbot/blob/main/CHANGELOG.md).
+For details, see the [CHANGELOG](https://github.com/martrapp/astro-vtbot/blob/main/CHANGELOG.md).
-**On the plus side:** There’s an exciting new mode in the `` component! It allows for view transition types on a per-link basis!
-For further information see these demos: [blog demo](http://localhost:4321/signal-demo/link-types/blog/), [@vtbag image viewer demo](https://vtbag.dev/viewer-demo/) and the [@vtbag fishpond demo](https://vtbag.dev/link-demo/).
+**On the plus side:** There’s an exciting new mode in the `` component! It allows for view transition types on a per-link basis!
+For further information see these demos: [blog demo](http://events-3bg.pages.dev/signal-demo/link-types/blog/), [@vtbag image viewer demo](https://vtbag.dev/viewer-demo/) and the [@vtbag fishpond demo](https://vtbag.dev/link-demo/).
## Recently Learned Tricks ##