Skip to content

Commit 000d47f

Browse files
committed
Fix some typos in the readme.
1 parent e6f4d7a commit 000d47f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ There are several ways to do this:
4141

4242
1. Copy these files to the MSBuild customisations directory.
4343
This can be determined from within Visual Studio by checking the contents of the VCTargetsPath macro.
44-
For example the location for various Visual Studio version ona 64 bit system would be:
44+
For example the location for various Visual Studio versions on a 64 bit system would be:
4545

4646
1. Visual Studio 2013: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\BuildCustomizations
4747
2. Visual Studio 2015: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations
4848
3. Visual Studio 2017: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\BuildCustomizations
4949

50-
2. Copy these files to convenient location and set that path in the 'Build Customisations Search Path' in the Visual Studio 'Projects and Solutions|VC++ Project Settings' item in the 'Tools|Options' menu.
50+
2. Copy these files to a convenient location and set that path in the 'Build Customisations Search Path' in the Visual Studio 'Projects and Solutions|VC++ Project Settings' item in the 'Tools|Options' menu.
5151

52-
3. Copy these files to convenient location and set this path in the 'Build Customisation dialogue (discussed later).
52+
3. Copy these files to a convenient location and set this path in the 'Build Customisation dialogue (discussed later).
5353

54-
To use YASM in a project you must enable the customisation by right click on the project in the Solution Explorer and select 'Build Customisations..'. This will give you a dialog box that allows you to select YASM as an assembler (note that your assembler files need to have the extension '.asm'). If you have used option **3** above, you will need to let the dialogue find them using the 'Find Existing' button below the dialogue.
54+
To use YASM in a project you must enable the customisation by right clicking on the project in the Solution Explorer and select 'Build Customisations..'. This will give you a dialog box that allows you to select YASM as an assembler (note that your assembly files need to have the extension '.asm'). If you have used option **3** above, you will need to let the dialogue find them using the 'Find Existing' button below the dialogue.
5555

5656
To assemble a file with YASM, select the Property Page for the file and ensure that 'YASM Assembler' is selected in the Tool dialog entry.
57-
The additional YASM property page can then be used to change various options supported by YASM..
57+
The additional YASM property page can then be used to change various options supported by YASM.

0 commit comments

Comments
 (0)