Skip to content

Commit 5c2e655

Browse files
committed
Update doc:
1 parent c83aa11 commit 5c2e655

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Keytar CLI
22

3-
[![Release](https://img.shields.io/github/release/emacs-grammarly/keytar-cli-2.svg?logo=github)](https://github.com/emacs-grammarly/keytar-cli-2/releases/latest)
3+
[![Release](https://img.shields.io/github/release/emacs-grammarly/keytar-cli.svg?logo=github)](https://github.com/emacs-grammarly/keytar-cli/releases/latest)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
55

66
keytar cli is a simple command line interface into GitHub's [node-keytar](https://github.com/atom/node-keytar) - a password/secrets management utility written for node.
77

88
## Getting Started
99

1010
```bash
11-
$ npx keytar-cli-2 set -s service1 -a testuser -p xxxxxx
11+
$ npx @emacs-grammarly/keytar-cli set -s service1 -a testuser -p xxxxxx
1212
Successfully set the creds for testuser@service1!
1313

1414
$ npx keytar-cli find -s service1
@@ -17,7 +17,7 @@ Here are the creds for service1 [ { account: 'testuser', password: 'password' }
1717
or
1818
1919
```bash
20-
$ npm install -g keytar-cli-2
20+
$ npm install -g @emacs-grammarly/keytar-cli
2121
$ keytar --help
2222
keytar <cmd> [args]
2323

0 commit comments

Comments
 (0)