Skip to content

Commit ec7c41a

Browse files
authored
README: add highlighting of ABAP code
1 parent 014d5e6 commit ec7c41a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ The following Watson services are currently supported:
200200
Using the client library requires two steps:
201201

202202
1. Create an instance of the Watson service wrapper ABAP class by calling method `zcl_ibmc_service_ext=>get_instance`.
203-
```
203+
```abap
204204
data:
205205
lo_service_class type <ABAP Class Name>.
206206
@@ -214,7 +214,7 @@ Using the client library requires two steps:
214214
```
215215

216216
2. Call the Watson service API endpoint by invoking the corresponding class method.
217-
```
217+
```abap
218218
try.
219219
lo_service_class->method(
220220
exporting
@@ -229,7 +229,7 @@ Using the client library requires two steps:
229229
<details>
230230
<summary>Text to Speech Example</summary>
231231

232-
```
232+
```abap
233233
* List all voices provided by Watson Text to Speech
234234
235235
" declare variables
@@ -269,7 +269,7 @@ Using the client library requires two steps:
269269
<details>
270270
<summary>Natural Language Understanding Example</summary>
271271

272-
```
272+
```abap
273273
* Analyze www.ibm.com using Watson Natural Language Understanding
274274
275275
" declare variables
@@ -318,7 +318,7 @@ Using the client library requires two steps:
318318
<details>
319319
<summary>Personality Insights Example</summary>
320320

321-
```
321+
```abap
322322
* Analyze profile using example text using Watson Personality Insights
323323
324324
" declare variables
@@ -375,7 +375,7 @@ Using the client library requires two steps:
375375
<details>
376376
<summary>Language Translator Example</summary>
377377

378-
```
378+
```abap
379379
* Translate text from English to German using Watson Language Translator
380380
381381
" declare variables

0 commit comments

Comments
 (0)