(no ticket) Improved formatting

Client: doc
Patch: Srinivas Reddy

This closes #1989
This commit is contained in:
Srinivas Reddy 2020-01-20 14:15:10 +08:00 committed by Jens Geyer
parent f049ff374d
commit 68b113a73e

View File

@ -30,10 +30,10 @@ Tutorial
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.