Skip to content

Commit 3b18e8f

Browse files
committed
Tweaks.
1 parent aee9a4c commit 3b18e8f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Prequel is a minimal SQLCMD-compatible preprocessor.
88

99
## Status
1010

11-
Nearing release.
11+
[![Build](https://github.com/sharpjs/Prequel/workflows/Build/badge.svg)](https://github.com/sharpjs/Prequel/actions)
12+
[![NuGet](https://img.shields.io/nuget/v/Prequel.svg)](https://www.nuget.org/packages/Prequel)
13+
[![NuGet](https://img.shields.io/nuget/dt/Prequel.svg)](https://www.nuget.org/packages/Prequel)
1214

13-
<!--
14-
- **Stable:** in private use for years with no reported defect.
15-
- **Tested:** 100% code coverage by automated tests.
15+
- **Stable:** in private use for years with no reported defects.
16+
- **Tested:** 100% coverage by automated tests.
1617
- **Documented:** IntelliSense on everything.
17-
-->
1818

1919
## Installation
2020

@@ -44,7 +44,7 @@ foreach (var batch in batches)
4444
}
4545
```
4646

47-
## SQLCMD Features
47+
## SQLCMD Feature Support
4848

4949
Prequel supports a limited subset of
5050
[SQLCMD](https://docs.microsoft.com/en-us/sql/tools/sqlcmd-utility)

0 commit comments

Comments
 (0)