Skip to content

Commit 8224480

Browse files
committed
Update description in Readme
1 parent af66aea commit 8224480

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Ever wanted to copy part of a source file as a snippet and paste it somewhere else, like in Slack or in a GitHub comment?
1111

1212
Previously, you either got a bunch of unnecessary indentation that made the snippet ugly to read or you had to manually un-tab the snippet, copy, and then reset the indentation.
13-
With **Snippet Copy** you can automatically get a snippet added to your clipboard with all the unnecessary indentation already removed!
13+
With **Snippet Copy** you can automatically get a snippet added to your clipboard with all the leading indentation already removed!
1414

1515
## Features
1616

@@ -26,7 +26,7 @@ All features can be used via different ways in VS Code
2626

2727
### Copy Snippet
2828

29-
Simply get a copy of your currently selected code or text snippet added to your clipboard – without any unnecessary indentation that you would otherwise need to remove manually.
29+
Simply get a copy of your currently selected code or text snippet added to your clipboard – without any leading indentation that you would otherwise need to remove manually.
3030

3131
### Copy Snippet as Markdown Code Block
3232

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "snippet-copy",
33
"displayName": "Snippet Copy",
4-
"description": "Easily copy snippets of code without unnecessary indentation, making it easier to share them e.g. via Slack",
4+
"description": "Copy snippets of code without leading indentation for easier sharing",
55
"version": "0.2.3",
66
"icon": "images/icon.png",
77
"galleryBanner": {

0 commit comments

Comments
 (0)