Skip to content

Commit 7fbe9d2

Browse files
committed
Fix README badge URLs and add test count badge
- CI badge URL: mcandiri/LiveSQL (was livesql/livesql) - Git clone URL: mcandiri/LiveSQL.git - Add 91 tests passing badge
1 parent 0a4bf9e commit 7fbe9d2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
55
[![.NET 8](https://img.shields.io/badge/.NET-8.0-512BD4?logo=dotnet)](https://dotnet.microsoft.com/)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
7-
[![CI](https://github.com/livesql/livesql/actions/workflows/ci.yml/badge.svg)](https://github.com/livesql/livesql/actions/workflows/ci.yml)
7+
[![CI](https://github.com/mcandiri/LiveSQL/actions/workflows/ci.yml/badge.svg)](https://github.com/mcandiri/LiveSQL/actions/workflows/ci.yml)
8+
[![Tests](https://img.shields.io/badge/Tests-91%20passing-3fb950?logo=checkmarx)](https://github.com/mcandiri/LiveSQL)
89

910
---
1011

@@ -143,8 +144,8 @@ Blazor UI Interactive plan viewer with animations
143144
### Quick Start
144145

145146
```bash
146-
git clone https://github.com/livesql/livesql.git
147-
cd livesql/LiveSQL
147+
git clone https://github.com/mcandiri/LiveSQL.git
148+
cd LiveSQL
148149
dotnet build
149150
dotnet run --project src/LiveSQL.Web
150151
```

0 commit comments

Comments
 (0)