Skip to content

Commit 1fce738

Browse files
committed
Update README: Use fancy symbols
1 parent bf89cfb commit 1fce738

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Download: [Visual Studio Marketplace](https://marketplace.visualstudio.com/items
88

99
This Visual Studio extension adds advanced path copying commands. Available commands:
1010

11-
1. **Copy Relative Path** - Get a relative path to the document. _Example:_ transform `D:\notepad-plus-plus\PowerEditor\src\resource.h` into `PowerEditor/src/resource.h`.
11+
1. **Copy Relative Path** - Get a relative path to a selected document. _Example:_ transform `D:\notepad-plus-plus\PowerEditor\src\resource.h` `PowerEditor/src/resource.h`.
1212

1313
2. **Copy URL** - Append a relative path to a base URL specified in preferences. This might be used to get a GitHub link to the selected document in Visual Studio.
1414
_Example:_ transform `D:\notepad-plus-plus\PowerEditor\src\resource.h`
15-
into https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/src/resource.h.
15+
https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/src/resource.h.
1616

1717
3. **Copy Current Line URL** - Same as **Copy URL** but link to a specific line. _Example:_ https://github.com/vim/vim/blob/master/Makefile#L100
1818

0 commit comments

Comments
 (0)