Skip to content

Commit 3f00e58

Browse files
authored
Merge pull request #42 from bigbite/fix/mention-block-descriptive-text
[#37] add the word `block` to the overview and description within README.md
2 parents 2f42424 + 761a841 commit 3f00e58

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Image Comparison
22

3-
Draggable slider component that can be used to compare the difference between two images.
3+
Draggable slider block used to compare the difference between two images.
44

55
## Overview
66

7-
Image Comparison provides a versatile draggable slider component that allows users to compare two images side-by-side. Ideal for showcasing before-and-after scenarios, Image Comparison enables easy visual comparisons through an interactive slider that can be customised to fit your theme.
7+
Image Comparison provides a versatile draggable slider block that allows users to compare two images side-by-side. Ideal for showcasing before-and-after scenarios, Image Comparison enables easy visual comparisons through an interactive slider that can be customised to fit your theme.
88

99
![Image Comparison screenshot](docs/image-comparison-screenshot.png)
1010

@@ -72,4 +72,4 @@ Image Comparison requires these software with the following versions:
7272

7373
## Contributing
7474

75-
Please read [Code of Conduct](./CODE_OF_CONDUCT.md) for details on our code of conduct and [Contributing](./CONTRIBUTING.md) for details on the process for submitting pull requests to us.
75+
Please read [Code of Conduct](./CODE_OF_CONDUCT.md) for details on our code of conduct and [Contributing](./CONTRIBUTING.md) for details on the process for submitting pull requests to us.

inc/blocks/image-comparison/block.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"title": "Image Comparison",
66
"version": "0.0.1",
77
"icon": "format-gallery",
8-
"description": "Display two images in a comparison state.",
8+
"description": "Draggable slider block used to compare the difference between two images.",
99
"attributes": {
1010
"overflow": {
1111
"type": "boolean",
@@ -97,4 +97,4 @@
9797
},
9898
"textdomain": "bigbite-image-comparison",
9999
"render": "file:./render.php"
100-
}
100+
}

0 commit comments

Comments
 (0)