SDL: update some copy

From 92506462e2a666008d9e6937ab74807fdeb0be9e Mon Sep 17 00:00:00 2001
From: erik yuzwa <[EMAIL REDACTED]>
Date: Sun, 14 Feb 2021 17:12:39 -0700
Subject: [PATCH] update some copy

---
 docs/README-visualc.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/docs/README-visualc.md b/docs/README-visualc.md
index d7fa6af96..ea2bc1852 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: