Skip to content

Commit 236dbd7

Browse files
committed
Fix readme
1 parent 8945b98 commit 236dbd7

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ dotnet run sql_profiler --server {computername\instance} --username WebAppWebSer
2727
```
2828
If you omit the username, it will attempt to connect with integrated security.
2929

30+
[![Windows-Console-Profiler: This is Sparta !][1]][1]
31+
32+
3033

3134
**Grant rights:**
3235

@@ -76,3 +79,6 @@ GO
7679

7780
**Build for Linux x86-32:**
7881
> **not supported by framework**
82+
83+
84+
[1]: https://i.stack.imgur.com/IgYvq.png

sql_profiler/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ public static string GetPlatformDefaultInstance()
282282

283283
static void Main(string[] args)
284284
{
285+
System.Console.Title = "This is Sparta !";
286+
285287
// MainTest(args);
286288
DoProfiling(args);
287289
}

0 commit comments

Comments
 (0)