diff --git a/llvm/projects/hpvm-tensor-rt/docs/Changes.md b/llvm/projects/hpvm-tensor-rt/docs/Changes.md
index 4247938b6ce152e0d8c19c96dcba223b793abbba..64e6ca2d21e389f0029fd38d1de07af60e344751 100644
--- a/llvm/projects/hpvm-tensor-rt/docs/Changes.md
+++ b/llvm/projects/hpvm-tensor-rt/docs/Changes.md
@@ -1,24 +1,23 @@
-
 # 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
+  - Include tensor intrinsic declarations
 
 - Header files for "PROMISE_TARGET" and "CUDNN_TARGET" Hints
-* /include/SupportVISC/DFG2LLVM.h
-* /include/SupportVISC/VISCUtils.h
-* /include/SupportVISC/VISCHint.h
-* 
+  - /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