From bdf2509df89105a727278f83ee70cac0956ef6e8 Mon Sep 17 00:00:00 2001 From: Reed Date: Wed, 17 Sep 2025 03:54:24 -0700 Subject: [PATCH] Add release badge to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f256c66..ba28360 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # ML Notes [![Go Version](https://img.shields.io/badge/Go-1.22%2B-blue.svg)](https://golang.org) -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com) +[![Release](https://github.com/streed/ml-notes/actions/workflows/release.yml/badge.svg)](https://github.com/streed/ml-notes/actions/workflows/release.yml) A powerful note-taking application with semantic vector search capabilities, powered by SQLite and lil-rag for intelligent search. Available as both a command-line interface (CLI) and a modern desktop application. @@ -966,4 +966,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file --- -Made with ❤️ by the ML Notes community \ No newline at end of file +Made with ❤️ by the ML Notes community