Commit 92506462e2a666008d9e6937ab74807fdeb0be9e

erik yuzwa 2021-02-14T17:12:39

update some copy

diff --git a/docs/README-visualc.md b/docs/README-visualc.md
index d7fa6af..ea2bc18 100644
--- a/docs/README-visualc.md
+++ b/docs/README-visualc.md
@@ -45,18 +45,17 @@ _Note for the `x64` versions, just replace `Win32` in the path with `x64`_
 - Add the SDL `include` directory to your list of includes in the menu:
 `Project|Settings|C/C++ tab|Preprocessor|Additional include directories `
 
- ** VC7 Specific: Instead of doing this, I find it easier to add the
+*VC7 Specific: Instead of doing this, I find it easier to add the
 include and library directories to the list that VC7 keeps. Do this by
 selecting Tools|Options|Projects|VC++ Directories and under the "Show
 Directories For:" dropbox select "Include Files", and click the "New
 Directory Icon" and add the [SDLROOT]\\include directory (e.g. If you
 installed to c:\\SDL\\ add c:\\SDL\\include). Proceed to change the
-dropbox selection to "Library Files" and add [SDLROOT]\\lib.**
+dropbox selection to "Library Files" and add [SDLROOT]\\lib.*
 
-The `include directory` I am referring to is the `include` folder within the main SDL directory (the one that this HTML
-file located within).
+The "include directory" I am referring to is the `./include` folder.
 
-Now we're going to use the files that we had created earlier in the Build SDL step.
+Now we're going to use the files that we had created earlier in the *Build SDL* step.
 
 Copy the following file into your Project directory: