Skip to content

Commit c8aa157

Browse files
committed
fix(readme): fix project's long_description has invalid markup
1 parent cffcd9f commit c8aa157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ service.synthesize_using_websocket('I like to pet dogs',
327327
## IBM Cloud Pak for Data(ICP4D)
328328
If your service instance is of ICP4D, below are two ways of initializing the assistant service.
329329

330-
#### 1) Supplying the `username`, `password`, `icp4d_url` and `authentication_type`
330+
### 1) Supplying the username, password, icp4d_url and authentication_type
331331
The SDK will manage the token for the user
332332
```python
333333
assistant = AssistantV1(
@@ -341,7 +341,7 @@ assistant = AssistantV1(
341341
assistant.disable_SSL_verification() # MAKE SURE SSL VERIFICATION IS DISABLED
342342
```
343343

344-
#### 2) Supplying the access token
344+
### 2) Supplying the access token
345345
```python
346346
assistant = AssistantV1(
347347
version='<version>',

0 commit comments

Comments
 (0)