From fdeaa54c712fadbebf0cd06458bd4a074fa9df54 Mon Sep 17 00:00:00 2001
From: James Benton <jbenton@vmware.com>
Date: Thu, 9 Aug 2012 16:46:43 +0100
Subject: [PATCH] Fix formatting in README

---
 README.markdown | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.markdown b/README.markdown
index cdd5dd8..154b9cc 100644
--- a/README.markdown
+++ b/README.markdown
@@ -337,10 +337,11 @@ You can perform gpu and cpu profiling with the command line options:
 
 The results from this can then be read by hand or analysed with a script.
 
-scripts/profileshader.py will read the profile results and format them into a
+`scripts/profileshader.py` will read the profile results and format them into a
 table which displays profiling results per shader.
 
 For example, to record all profiling data and utilise the per shader script:
+
     ./glretrace -pgpu -pcpu -ppd foo.trace | ./scripts/profileshader.py
 
 
-- 
2.45.2