Skip to content

Commit bc65cb9

Browse files
committed
add badge and fix typos
1 parent 5cf7b66 commit bc65cb9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# T-SQL Diff
22
Compare Difference In T-SQL Queries at Runtime
33

4+
![CI Status](https://travis-ci.org/llouislu/tsql-diff.svg?branch=master) ![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)
5+
46
## Install
57
1. Go to [release](https://github.com/llouislu/tsql-diff/releases) and download the latest version.
68
2. execute install.sql in your target database.
79

810
## Uninstall
911
Execute this stored procedure.
10-
```
12+
```sql
1113
EXEC Diff.Uninstall;
1214
```
1315

@@ -28,7 +30,7 @@ DECLARE @status_code INT;
2830
EXEC @status_code = Diff.Compare 'path/to/query1.sql', 'path/to/query2.sql';
2931
```
3032

31-
### Compare paris of queries in a folder
33+
### Compare pairs of queries in a folder
3234
```sql
3335
declare @status_code INT;
3436
exec Diff.ComapreFolder @FolderPath='/root/data/t', @ModifierName='Model'

0 commit comments

Comments
 (0)