Skip to content

Commit efd2977

Browse files
cloudant-sdks-automationmojito317
authored andcommitted
docs(generated): use text extensions in README instead of txt
Generated SDK source code using: - Generator version 3.95.0 - Specification version 1.0.0-dev0.1.18 - Automation (cloudant-sdks) version 5d0b323
1 parent 471e99a commit efd2977

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ print(f'You have created the document:\n{example_document}')
339339

340340
When you run the code, you see a result similar to the following output.
341341

342-
```txt
342+
```text
343343
"orders" database created.
344344
You have created the document:
345345
{
@@ -401,7 +401,7 @@ print(f'Document retrieved from database:\n'
401401
</details>
402402
When you run the code, you see a result similar to the following output.
403403

404-
```txt
404+
```text
405405
Server Version: 2.1.1
406406
Document count in "orders" database is 1.
407407
Document retrieved from database:
@@ -508,7 +508,7 @@ except ApiException as ae:
508508
</details>
509509
When you run the code, you see a result similar to the following output.
510510

511-
```txt
511+
```text
512512
{
513513
"_id": "example",
514514
"_rev": "2-4e2178e85cffb32d38ba4e451f6ca376",
@@ -565,7 +565,7 @@ except ApiException as ae:
565565
</details>
566566
When you run the code, you see the following output.
567567

568-
```txt
568+
```text
569569
You have deleted the document.
570570
```
571571

0 commit comments

Comments
 (0)