Skip to content

Commit b41e33d

Browse files
authored
Update README.md
1 parent 6e33852 commit b41e33d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# SqlExec
22

3-
[![.NET Framework](https://github.com/iberisoft/SqlExec/actions/workflows/dotnet.yml/badge.svg)](https://github.com/iberisoft/SqlExec/actions/workflows/dotnet.yml)
3+
[![.NET](https://github.com/iberisoft/SqlExec/actions/workflows/dotnet.yml/badge.svg)](https://github.com/iberisoft/SqlExec/actions/workflows/dotnet.yml)
44

55
This tool executes scripts in Microsoft SQL Server.
66

7-
Usage: `SqlExec script-file [output-file]`. If `output-file` defined the script is treated as a query, resulting rows output to
8-
the file in CSV format.
7+
Usage: `SqlExec script-file [output-file]`. If `output-file` is defined, the script is treated as a query, resulting in rows being output to
8+
CSV file.
99

1010
## Configuration
1111

12-
The tool is configured in file `appsettings.json`.
12+
The tool is configured in the file `appsettings.json`.
1313

14-
Database connection is defined below:
14+
The database connection is defined below:
1515
```
1616
{
1717
"ConnectionString": "Server=(local)\\SQLEXPRESS;Database=XPacs;Trusted_Connection=True;MultipleActiveResultSets=true;Encrypt=False"

0 commit comments

Comments
 (0)