Skip to content

Commit 0fcdeb9

Browse files
committed
Better Description
1 parent 935ca87 commit 0fcdeb9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# alfred-copy-names
22

3-
> [Alfred](https://alfredapp.com) workflow to copy just the file and folder names to your clipboard
3+
> [Alfred](https://alfredapp.com) workflow to copy just the file and/or folder names to your clipboard
44
55
<img src="media/screenshot.png" style="width: 100%;">
66

info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
</dict>
206206
</array>
207207
<key>readme</key>
208-
<string>Alfred workflow to copy just the file and folder names to your clipboard
208+
<string>Alfred workflow to copy just the file and/or folder names to your clipboard
209209
210210
https://github.com/chrisspiegl/alfred-copy-names</string>
211211
<key>uidata</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "alfred-copy-names",
33
"version": "0.0.0",
4-
"description": "Alfred workflow to copy just the file and folder names to your clipboard",
4+
"description": "Alfred workflow to copy just the file and/or folder names to your clipboard",
55
"type": "module",
66
"main": "index.js",
77
"license": "MIT",

0 commit comments

Comments
 (0)