Skip to content

Commit

Permalink
chore: run format
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Sato1995 committed Nov 16, 2024
1 parent 989eb52 commit adee177
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Check out the [demo](https://svelte-vertical-timeline.vercel.app/).

## Installation

### Svelte5

```
yarn add svelte-vertical-timeline
```
Expand All @@ -23,6 +25,18 @@ or
npm install svelte-vertical-timeline
```

### Svete4 or lower

```
yarn add [email protected]
```

or

```
npm install [email protected]
```

## Usage

A timeline consists of components below.
Expand Down
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down

0 comments on commit adee177

Please sign in to comment.