diff --git a/README.md b/README.md
index 6274635..2955e95 100644
--- a/README.md
+++ b/README.md
@@ -7,14 +7,17 @@
LINKS
-Papers:
+
+Papers:
[Kazhdan, Bolitho, and Hoppe, 2006],
[Calakli and Taubin, 2011],
[Kazhdan and Hoppe, 2013]
-Executables (Win64)
-Source Code GitHub Repository
-(Older Versions:
+Executables:
+Win64
+Source Code:
+ZIP GitHub
+Older Versions:
V8.0,
V7.0,
V6.13a,
@@ -33,13 +36,14 @@ Papers:
V4,
V3,
V2,
-V1)
-
+V1
+
-
+EXECUTABLES
-PoissonRecon:
+PoissonRecon
+
- --in <input points>
- This string is the name of the file from which the point set will be read.
If the file extension is .ply, the file should be in
@@ -154,13 +158,15 @@ The default value for this parameter is equal to the numer of (virtual) processo
- [--verbose]
- Enabling this flag provides a more verbose description of the running times and memory usages of
individual components of the surface reconstructor.
+
-SSDRecon:
+SSDRecon
+
- --in <input points>
- This string is the name of the file from which the point set will be read.
If the file extension is .ply, the file should be in
@@ -275,13 +281,15 @@ The default value for this parameter is equal to the numer of (virtual) processo
- [--verbose]
- Enabling this flag provides a more verbose description of the running times and memory usages of
individual components of the surface reconstructor.
+
-SurfaceTrimmer:
+SurfaceTrimmer
+
- --in <input triangle mesh>
- This string is the name of the file from which the triangle mesh will be read.
The file is read in PLY format and it is assumed that the vertices have a value field which stores the signal's value. (When run with --density flag, the reconstructor will output this field with the mesh vertices.)
@@ -303,7 +311,8 @@ The default value 0.001.
- [--polygonMesh]
- Enabling this flag tells the trimmer to output a polygon mesh (rather than triangulating the trimming results).
-
+
+