From b9f7c857646c45e9aa4445d2b0841cf2cc1a9902 Mon Sep 17 00:00:00 2001 From: Mathieu Acthernoene Date: Fri, 15 Dec 2023 11:43:52 +0100 Subject: [PATCH] Fix badges style --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 542be45..dbb0945 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # @swan-io/indexed-db -[![Tests](https://github.com/swan-io/indexed-db/actions/workflows/tests.yml/badge.svg?style=for-the-badge)](https://github.com/swan-io/indexed-db/actions/workflows/tests.yml) -[![mit licence](https://img.shields.io/dub/l/vibe-d.svg?style=for-the-badge)](https://github.com/swan-io/indexed-db/blob/main/LICENSE) -[![npm version](https://img.shields.io/npm/v/@swan-io/indexed-db?style=for-the-badge)](https://www.npmjs.org/package/@swan-io/indexed-db) -[![bundlephobia](https://img.shields.io/bundlephobia/minzip/@swan-io/indexed-db?style=for-the-badge&label=size)](https://bundlephobia.com/result?p=@swan-io/indexed-db) +[![Tests](https://github.com/swan-io/indexed-db/actions/workflows/tests.yml/badge.svg)](https://github.com/swan-io/indexed-db/actions/workflows/tests.yml) +[![mit licence](https://img.shields.io/dub/l/vibe-d.svg)](https://github.com/swan-io/indexed-db/blob/main/LICENSE) +[![npm version](https://img.shields.io/npm/v/@swan-io/indexed-db)](https://www.npmjs.org/package/@swan-io/indexed-db) +[![bundlephobia](https://img.shields.io/bundlephobia/minzip/@swan-io/indexed-db&label=size)](https://bundlephobia.com/result?p=@swan-io/indexed-db) A resilient, [Future](https://swan-io.github.io/boxed/future)-based key-value store for IndexedDB.