(no ticket) Improved formatting
Client: doc
Patch: Srinivas Reddy
This closes #1989
diff --git a/tutorial/README.md b/tutorial/README.md
index 7772bf3..9fafa9e 100644
--- a/tutorial/README.md
+++ b/tutorial/README.md
@@ -30,10 +30,10 @@
2) Read tutorial.thrift to learn about the syntax of a Thrift file
3) Compile the code for the language of your choice:
-
+```
$ thrift
$ thrift -r --gen cpp tutorial.thrift
-
+```
4) Take a look at the generated code.
5) Look in the language directories for sample client/server code.