Skip to content

Commit

Permalink
docs(generated): use text extensions in README instead of txt
Browse files Browse the repository at this point in the history
Generated SDK source code using:
- Generator version 3.95.0
- Specification version 1.0.0-dev0.1.18
- Automation (cloudant-sdks) version 5d0b323
  • Loading branch information
cloudant-sdks-automation authored and mojito317 committed Sep 11, 2024
1 parent c97cae1 commit b842619
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ public class CreateDbAndDoc {

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

```txt
```text
"orders" database created.
You have created the document:
{
Expand Down Expand Up @@ -489,7 +489,7 @@ public class GetInfoFromExistingDatabase {
</details>
When you run the code, you see a result similar to the following output.

```txt
```text
Server Version: 2.1.1
Document count in "orders" database is 1.
Document retrieved from database:
Expand Down Expand Up @@ -619,7 +619,7 @@ public class UpdateDoc {
</details>
When you run the code, you see a result similar to the following output.

```txt
```text
You have updated the document:
{
"_id": "example",
Expand Down Expand Up @@ -697,7 +697,7 @@ public class DeleteDoc {
</details>
When you run the code, you see the following output.

```txt
```text
You have deleted the document.
```

Expand Down

0 comments on commit b842619

Please sign in to comment.