diff --git a/llvm/projects/hpvm-tensor-rt/docs/Changes.md b/llvm/projects/hpvm-tensor-rt/docs/Changes.md
index 4247938b6ce152e0d8c19c96dcba223b793abbba..cc8e4e6f03437ee755cdd774f63c947922e1c911 100644
--- a/llvm/projects/hpvm-tensor-rt/docs/Changes.md
+++ b/llvm/projects/hpvm-tensor-rt/docs/Changes.md
@@ -1,8 +1,7 @@
-
 # Header Files Needing Modification
 
 - llvm/include/IR/IntrisicsVISC.td
-  * Add intrinsics here
+  * Add Tensor intrinsics here
 
 - bechmarks/common/include/visc.h - Benchmarks header
   * Include tensor intrinsic declarations
@@ -11,14 +10,14 @@
 * /include/SupportVISC/DFG2LLVM.h
 * /include/SupportVISC/VISCUtils.h
 * /include/SupportVISC/VISCHint.h
-* 
+
 
 
 
 # Passes Needing Modification
 
 - GenVISC
-  *  Handle Tensor Intrinsics
+  * Handle Tensor Intrinsics
   * Add Declarations for Intrinsic Functions called (at top)
   * Modify runOnModule to include rules for functions -> intrinsics
 
@@ -35,7 +34,7 @@
 
 ** Changes needed:
 - Modify paths to tensor_runtime.ll
-- Use `hpvm' instead of `visc' intrinsics
+- Use "hpvm" instead of "visc" intrinsics
 
 
 # Projects to Move