diff --git a/README.md b/README.md index 08bd475..1b42058 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Check out the [demo](https://svelte-vertical-timeline.vercel.app/). ## Installation +### Svelte5 + ``` yarn add svelte-vertical-timeline ``` @@ -23,6 +25,18 @@ or npm install svelte-vertical-timeline ``` +### Svete4 or lower + +``` +yarn add svelte-vertical-timeline@1.0.2 +``` + +or + +``` +npm install svelte-vertical-timelin@1.0.2e +``` + ## Usage A timeline consists of components below. diff --git a/src/app.html b/src/app.html index 5c6f599..e30df64 100644 --- a/src/app.html +++ b/src/app.html @@ -1,4 +1,4 @@ - +