Skip to content

Commit 27ee6ef

Browse files
committed
readme update
1 parent 51e6957 commit 27ee6ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ Think of this script as an **evidence pack generator**. A strong LLM can then re
6666

6767
```sql
6868
:SETVAR TargetDB "YourDatabaseName"
69-
:SETVAR OutputDir "C:\\Temp\\DatabaseTuner\\" -- directory must already exist
69+
:SETVAR OutputDir "C:\Temp\DatabaseTuner\" -- directory must already exist
7070
:SETVAR ExportSchema "0" -- 0 or 1
71-
:SETVAR SafeMode "1" -- 0 or 1 (this script defaults to 1)
71+
:SETVAR SafeMode "1" -- 0 or 1 (public script defaults to 1)
7272
```
7373

7474
5. Press **F5** to run the script.

0 commit comments

Comments
 (0)