From 9942bc130b8a9007af38cf70dec70eccb2766e27 Mon Sep 17 00:00:00 2001 From: Denis Yanchevskiy Date: Mon, 3 Oct 2022 01:25:45 +0300 Subject: [PATCH] Fixed readme --- README.md | 4 ++-- readme.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 52fc23d..5140234 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ You can filter attachments using the `type` attribute. By default it is `all`. A You can specify one value `[dco_ca type="image"]` or multiple values, separated by commas `[dco_ca type="video,audio"]`. You can also display attachments from the comments of another post using the `post_id` attribute. -For example, [dco_ca post_id="45"], where `45` is the ID of the specific post. +For example, `[dco_ca post_id="45"]`, where `45` is the ID of the specific post. -You can also combine these attributes. For example, `[dco_ca post_id="45" type="image"]` will display all images attached to comments to the post with ID `45`. +You can also combine these attributes. For example, `[dco_ca post_id="45" type="image"]` will display all images attached to comments to the post with ID 45. # Changelog ## 2.4.0 diff --git a/readme.txt b/readme.txt index 39c2e54..408860e 100644 --- a/readme.txt +++ b/readme.txt @@ -68,9 +68,9 @@ You can filter attachments using the `type` attribute. By default it is `all`. A You can specify one value `[dco_ca type="image"]` or multiple values, separated by commas `[dco_ca type="video,audio"]`. You can also display attachments from the comments of another post using the `post_id` attribute. -For example, [dco_ca post_id="45"], where `45` is the ID of the specific post. +For example, `[dco_ca post_id="45"]`, where `45` is the ID of the specific post. -You can also combine these attributes. For example, `[dco_ca post_id="45" type="image"]` will display all images attached to comments to the post with ID `45`. +You can also combine these attributes. For example, `[dco_ca post_id="45" type="image"]` will display all images attached to comments to the post with ID 45. == Changelog ==