Update COMPILE_CMAKE.TXT
diff --git a/COMPILE_CMAKE.TXT b/COMPILE_CMAKE.TXT
index 0d41374..83394e1 100644
--- a/COMPILE_CMAKE.TXT
+++ b/COMPILE_CMAKE.TXT
@@ -51,7 +51,7 @@
     some examples on how to build Capstone on Windows with CMake.
 
 
-  - To build Capstone using Nmake of Windows SDK, do f:
+  (*) To build Capstone using Nmake of Windows SDK, do:
 
       mkdir build
       cd build
@@ -63,15 +63,15 @@
 
 
 
-  - To build Capstone using Visual Studio, choose the generator accordingly to the
+  (*) To build Capstone using Visual Studio, choose the generator accordingly to the
   version of Visual Studio on your machine. For example, with Visual Studio 2013, do:
 
       mkdir build
       cd build
       cmake -G "Visual Studio 12" ..
 
-  After this, find libcapstone.sln in the same directory. Open it with Visual Studio
-  and build the solution as usual.
+  After this, find capstone.sln in the same directory. Open it with Visual Studio
+  and build the solution including libraries & all test as usual.