Skip to content

Commit d2ae7da

Browse files
committed
fix typo
1 parent fc336e3 commit d2ae7da

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Compare Difference In T-SQL Queries at Runtime
44
![CI Status](https://travis-ci.org/llouislu/tsql-diff.svg?branch=master) ![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)
55

66
## Install
7-
1. Download [tSQLt](http://tsqlt.org/download/tsqlt/) and follow the install [guide](https://tsqlt.org/user-guide/quick-start/)
7+
1. Download [tSQLt](http://tsqlt.org/download/tsqlt/) and follow the install [guide](https://tsqlt.org/user-guide/quick-start/).
88
2. Go to [release](https://github.com/llouislu/tsql-diff/releases) and download the latest **Release** version.
99
3. execute install.sql in your target database.
1010

@@ -99,6 +99,7 @@ exec Diff.ComapreFolder @FolderPath='/test', @ModifierName='Model'
9999

100100
### FAQ
101101
Q: Why `Diff.CompareFolder` finds nothing in a folder on Windows?
102+
102103
A: Please grant read access of the folder to the user group `Authenticated Users`.
103104

104105
### Limitations

0 commit comments

Comments
 (0)