README.md: reformat
authorBrian Norris <banorris@uci.edu>
Wed, 14 Aug 2013 00:13:55 +0000 (17:13 -0700)
committerBrian Norris <banorris@uci.edu>
Wed, 14 Aug 2013 00:13:55 +0000 (17:13 -0700)
README.md

index 9804a28b43b101c451f7e2a4b74a5c69483b6664..39484eab55e82969c91e2e50ae7dbc1e11393699 100644 (file)
--- a/README.md
+++ b/README.md
@@ -121,9 +121,15 @@ the benchmarks as follows:
 
 >     make benchmarks
 >     cd benchmarks
 
 >     make benchmarks
 >     cd benchmarks
->     ./run.sh barrier/barrier -y -m 2           # runs barrier test with fairness/memory liveness
->     ./run.sh linuxrwlocks/linuxrwlocks -y -m 2 # Linux RW locks test with fairness/liveness
->     ./bench.sh                                 # run all benchmarks and provide timing results
+>
+>     # run barrier test with fairness/memory liveness
+>     ./run.sh barrier/barrier -y -m 2
+>
+>     # Linux reader/write lock test with fairness/memory liveness
+>     ./run.sh linuxrwlocks/linuxrwlocks -y -m 2
+>
+>     # run all benchmarks and provide timing results
+>     ./bench.sh
 
 
 Running your own code
 
 
 Running your own code