From 03ee34f7fb335c1de1e20e74993a9e063d456171 Mon Sep 17 00:00:00 2001 From: Steve Ognibene Date: Tue, 2 Sep 2014 20:55:33 -0400 Subject: [PATCH] fixed tab/space problem --- InstallationInstructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InstallationInstructions.md b/InstallationInstructions.md index 9bb931b..c389065 100644 --- a/InstallationInstructions.md +++ b/InstallationInstructions.md @@ -7,7 +7,7 @@ T-SQL Flex Installation Instructions * Figure out if you have 32-bit or 64-bit Windows; it affects the next step. * Open Regedit and create or navigate to the below registry key: * If 32-bit Windows: `HKLM\SOFTWARE\Red Gate\SIPFramework\Plugins` - * If 64-bit Windows: `HKLM\SOFTWARE\Wow6432Node\Red Gate\SIPFramework\Plugins` + * If 64-bit Windows: `HKLM\SOFTWARE\Wow6432Node\Red Gate\SIPFramework\Plugins` * Create a new registry string value (REG_SZ) there to point to the extracted TSqlFlex.dll. * For example: `C:\ProgramData\T-SQL Flex\TSqlFlex.dll`