Skip to content

Commit 306632b

Browse files
committed
Sun Jul 27 01:10:48 IST 2014
1 parent f76da34 commit 306632b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ It is not necessary to fetch results in the same order as they have been submitt
66

77
Please have a look at the examples folder.
88

9-
Usage is thus:
9+
## Usage:
1010

11-
## Single Request
11+
### Single Request
1212

1313
<pre>
1414
// Set the context, mostly this will be shared across the app
@@ -27,7 +27,7 @@ Usage is thus:
2727
.....
2828
</pre>
2929

30-
## Multiple Requests
30+
### Multiple Requests
3131

3232
For several parallel requests from the same program the syntax is thus:
3333

@@ -51,9 +51,9 @@ For several parallel requests from the same program the syntax is thus:
5151
</pre>
5252

5353

54-
#Compile
54+
## Compile
5555

56-
## Requirements
56+
### Requirements
5757

5858
- a C++ compiler ( g++/clang++)
5959
- cmake ( v2.8+ )
@@ -62,7 +62,7 @@ For several parallel requests from the same program the syntax is thus:
6262
- Google Logging Framework - glog ( v0.3.3 )
6363
- Boost ( v1.48+)
6464

65-
## To Compile
65+
### To Compile
6666

6767
<pre>
6868
mkdir build
@@ -71,6 +71,6 @@ cmake ..
7171
make
7272
</pre>
7373

74-
#Thank You
74+
##Thank You
7575

7676
Kevin Sapper (sappo)

0 commit comments

Comments
 (0)