Skip to content

Commit

Permalink
Last readme update.
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscoheat committed Jul 10, 2023
1 parent e1456e9 commit ac1b175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit ac1b175

Please sign in to comment.