From ac1b17590aaa7312efd9a02c13b087482ef04030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20S=C3=B6derlund?= Date: Mon, 10 Jul 2023 20:36:23 +0200 Subject: [PATCH] Last readme update. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30f3b07..f3f798d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # sveltekit-flash-message ⚡ -**sveltekit-flash-message 2.0 has just been released. See the end of this document for a simple migration guide.** +**Version 2.0 has just been released. See the end of this document for a simple migration guide.** This is a [Sveltekit](https://kit.svelte.dev/) library that passes temporary data to the next request, usually from [form actions](https://kit.svelte.dev/docs/form-actions) and [endpoints](https://kit.svelte.dev/docs/routing#server). It's useful when you want a success or failure message displayed after a POST, which should not always be displayed at the form, rather as a message on the page that the request was redirected to.