From d008a71a4f2717ef1af27985d79a2c04e699cab9 Mon Sep 17 00:00:00 2001 From: Joel Koch Date: Wed, 20 Nov 2024 00:34:01 +0100 Subject: [PATCH] Update badge urls --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 101b5af..01da473 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # SqliteVec -[![Hex Package](https://img.shields.io/hexpm/v/sqlite_vec.svg&style=for-the-badge)](https://hex.pm/packages/sqlite_vec) -[![Hex Docs](https://img.shields.io/badge/hex-docs-blue.svg&style=for-the-badge)](https://hexdocs.pm/sqlite_vec) -[![Build Status](https://github.com/joelpaulkoch/sqlite_vec/workflows/ci/badge.svg&style=for-the-badge)](https://github.com/joelpaulkoch/sqlite_vec/actions) +[![Hex Package](https://img.shields.io/hexpm/v/sqlite_vec.svg?style=for-the-badge)](https://hex.pm/packages/sqlite_vec) +[![Hex Docs](https://img.shields.io/badge/hex-docs-blue.svg?style=for-the-badge)](https://hexdocs.pm/sqlite_vec) +[![Build Status](https://github.com/joelpaulkoch/sqlite_vec/workflows/ci/badge.svg?style=for-the-badge)](https://github.com/joelpaulkoch/sqlite_vec/actions) A wrapper to use [sqlite-vec](https://github.com/asg017/sqlite-vec), a SQLite extension for working with vectors, in Elixir. The configured version of the precompiled loadable library will be downloaded from the GitHub releases.