From fe10f86d628b9c49282434f834c96bb2aa376fda Mon Sep 17 00:00:00 2001 From: Wout De Puysseleir Date: Tue, 8 Aug 2023 12:08:40 -0700 Subject: [PATCH] Add warning for breaking changes in installation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ecaeed1..ff949e9 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ If you don't want SSR, you can disable it by not setting `NodeJS.Supervisor` in ## Installation +_If you're updating from an older version, make sure to check the `CHANGELOG.md` for breaking changes._ + 1. Add `live_svelte` to your list of dependencies in `mix.exs`: ```elixir