Browse Source

Fix typos in README.md (#452)

In chapter#4 "Build Inno Setup", the second part of 1st line, there's a wording issue "which means **you there's** two different build scripts."
jogo- 1 year ago
parent
commit
d35520a1d6
1 changed files with 8 additions and 8 deletions
  1. 8 8
      README.md

+ 8 - 8
README.md

@@ -1,8 +1,8 @@
 Inno Setup
 Inno Setup
 ==========
 ==========
 
 
-Copyright (C) 1997-2024 Jordan Russell. All rights reserved.  
-Portions Copyright (C) 2000-2024 Martijn Laan. All rights reserved.  
+Copyright (C) 1997-2024 Jordan Russell. All rights reserved.
+Portions Copyright (C) 2000-2024 Martijn Laan. All rights reserved.
 For conditions of distribution and use, see LICENSE.TXT.
 For conditions of distribution and use, see LICENSE.TXT.
 
 
 Source code README
 Source code README
@@ -52,7 +52,7 @@ Getting Started
 3. **Install Microsoft HTML Help Workshop**
 3. **Install Microsoft HTML Help Workshop**
 
 
    Install Microsoft HTML Help Workshop if you haven't already done so.
    Install Microsoft HTML Help Workshop if you haven't already done so.
-   See https://docs.microsoft.com/en-us/previous-versions/windows/desktop/htmlhelp/microsoft-html-help-downloads and 
+   See https://docs.microsoft.com/en-us/previous-versions/windows/desktop/htmlhelp/microsoft-html-help-downloads and
    http://web.archive.org/web/20160201063255/http://download.microsoft.com/download/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe
    http://web.archive.org/web/20160201063255/http://download.microsoft.com/download/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe
 
 
    Note: Microsoft HTML Help Workshop is only needed to be able to compile the
    Note: Microsoft HTML Help Workshop is only needed to be able to compile the
@@ -62,26 +62,26 @@ Getting Started
 4. **Build Inno Setup**
 4. **Build Inno Setup**
 
 
    Unfortunately, Embarcadero has removed command line compilation support
    Unfortunately, Embarcadero has removed command line compilation support
-   from the Community Edition, which means you there's two different build 
+   from the Community Edition, which means you there's two different build
    scripts.
    scripts.
 
 
    Community Edition: To build all files run **build-ce.bat** and follow the
    Community Edition: To build all files run **build-ce.bat** and follow the
-   instructions  
+   instructions.
 
 
    Otherwise: To build all files run **build.bat** and follow the instructions.
    Otherwise: To build all files run **build.bat** and follow the instructions.
 
 
    To just compile Inno Setup run **compile.bat** and follow the instructions.
    To just compile Inno Setup run **compile.bat** and follow the instructions.
-   This batch file can not be used with the Community Edition, open
+   This batch file cannot be used with the Community Edition, open
    Projects\Projects.groupproj instead.
    Projects\Projects.groupproj instead.
 
 
    To just compile the Inno Setup help file and its web version run
    To just compile the Inno Setup help file and its web version run
    **ISHelp\ISHelpGen\compile.bat** and **ISHelp\compile.bat** and follow the
    **ISHelp\ISHelpGen\compile.bat** and **ISHelp\compile.bat** and follow the
-   instructions. The former batch file can not be used with the
+   instructions. The former batch file cannot be used with the
    Community Edition, open Projects\Projects.groupproj instead.
    Community Edition, open Projects\Projects.groupproj instead.
 
 
    To just compile the Inno Setup Preprocessor help file and its web version run
    To just compile the Inno Setup Preprocessor help file and its web version run
    **ISHelp\ISHelpGen\compile.bat** and **Projects\Ispp\Help\compile.bat** and
    **ISHelp\ISHelpGen\compile.bat** and **Projects\Ispp\Help\compile.bat** and
-   follow the instructions. The former batch file can not be used with the
+   follow the instructions. The former batch file cannot be used with the
    Community Edition, open Projects\Projects.groupproj instead.
    Community Edition, open Projects\Projects.groupproj instead.