Skip to content

Commit 9f06e25

Browse files
author
Xavier HAUSHERR
committed
Fix documentation #6
1 parent e0252b3 commit 9f06e25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ You need to configure the compiler to build the right files.
8686

8787
```yml
8888
#app/config/config.yml
89+
overblog_thrift:
8990
services:
9091
*service_name*:
9192
definition: Service
@@ -144,6 +145,7 @@ HTTP Client: Add this to your projects's config.yml :
144145

145146
```yml
146147
#app/config/config.yml
148+
overblog_thrift:
147149
clients:
148150
*client_name*:
149151
service: *service_name*:
@@ -158,6 +160,7 @@ Socket Client: Add this to your projects's config.yml :
158160

159161
```yml
160162
#app/config/config.yml
163+
overblog_thrift:
161164
clients:
162165
*client_name*:
163166
service: *service_name*:
@@ -172,6 +175,7 @@ Multi Socket Client: Add this to your projects's config.yml :
172175

173176
```yml
174177
#app/config/config.yml
178+
overblog_thrift:
175179
clients:
176180
*client_name*:
177181
service: *service_name*:

0 commit comments

Comments
 (0)