From adee177c41153bd2efa4b3fd1479062c98cf05b3 Mon Sep 17 00:00:00 2001 From: K-Sato1995 Date: Sat, 16 Nov 2024 12:11:21 +0900 Subject: [PATCH] chore: run format --- README.md | 14 ++++++++++++++ src/app.html | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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 @@ - +