Skip to content

Commit f6bb6f2

Browse files
committed
readme
1 parent 42c151a commit f6bb6f2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@
66
A low-overhead Svelte UI library with the basic, most useful components, to help with the initial development.
77
</p>
88

9-
[![NPM](https://img.shields.io/github/license/@mpiorowski/svelte-init)](https://github.com/@mpiorowski/svelte-init/blob/main/LICENSE)
9+
<div align="center">
10+
11+
[![npm](https://img.shields.io/github/license/mpiorowski/svelte-init)](https://github.com/mpiorowski/svelte-init/blob/main/LICENSE)
1012
[![npm](https://img.shields.io/npm/v/@mpiorowski/svelte-init)](https://www.npmjs.com/package/@mpiorowski/svelte-init)
13+
[![npm](https://img.shields.io/bundlephobia/min/@mpiorowski/svelte-init)](https://www.npmjs.com/package/@mpiorowski/svelte-init)
1114

12-
---
15+
</div>
1316

1417
## Demo
1518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"library"
1111
],
1212
"license": "MIT",
13-
"version": "0.0.6",
13+
"version": "0.0.7",
1414
"type": "module",
1515
"scripts": {
1616
"dev": "vite dev",

0 commit comments

Comments
 (0)