Skip to content

Commit 57322fe

Browse files
committed
Rename extension from "git-crypt Diff" to "git-crypt"
1 parent 32f10d9 commit 57322fe

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# git-crypt Diff
1+
# git-crypt
22

33
[![CI](https://github.com/j-256/git-crypt-vscode/actions/workflows/ci.yml/badge.svg)](https://github.com/j-256/git-crypt-vscode/actions/workflows/ci.yml)
44

@@ -26,7 +26,7 @@ With the extension installed, git-crypt files work like any other file in the So
2626

2727
## Install
2828

29-
Search "git-crypt Diff" in the Extensions view, or run:
29+
Search "git-crypt" in the Extensions view, or run:
3030

3131
```bash
3232
code --install-extension j-256.git-crypt-vscode

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-crypt-vscode",
3-
"displayName": "git-crypt Diff",
3+
"displayName": "git-crypt",
44
"description": "Makes git-crypt repositories work in the Source Control panel",
55
"version": "2.0.0",
66
"publisher": "j-256",

0 commit comments

Comments
 (0)