From 088de7595029d784d3ae7d6327ff6a3a835c5d84 Mon Sep 17 00:00:00 2001 From: cloudant-sdks-automation <71659186+cloudant-sdks-automation@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:59:37 +0000 Subject: [PATCH] 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 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fc33746c4..fc3d2f5a2 100644 --- a/README.md +++ b/README.md @@ -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: { @@ -489,7 +489,7 @@ public class GetInfoFromExistingDatabase { 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: @@ -619,7 +619,7 @@ public class UpdateDoc { When you run the code, you see a result similar to the following output. -```txt +```text You have updated the document: { "_id": "example", @@ -697,7 +697,7 @@ public class DeleteDoc { When you run the code, you see the following output. -```txt +```text You have deleted the document. ```