Skip to content

Commit

Permalink
Merge pull request #22 from Kiina/patch-1
Browse files Browse the repository at this point in the history
Fix links to demo files
  • Loading branch information
KusStar authored Jul 29, 2024
2 parents cf9ef49 + cf1b1b9 commit 90ef86e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ $ vite-bundle-visualizer -t network
Output raw data (JSON) of stats

```console
# @deprecated vite-bunlde-visualizer -t json
# @deprecated vite-bundle-visualizer -t json
$ vite-bundle-visualizer -t raw-data
```

[demo/stats.json](./demo/stats.json)
[demo/react/stats.json](./demo/react/stats.json)

#### List

Expand All @@ -81,7 +81,7 @@ Output yml file with all the data
$ vite-bundle-visualizer -t list
```

[demo/stats.yml](./demo/stats.yml)
[demo/react/stats.yml](./demo/react/stats.yml)

## Dependencies

Expand Down

0 comments on commit 90ef86e

Please sign in to comment.