Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 9, 2021
1 parent 37a7b08 commit 17154b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ using [keytar-cli-2](https://github.com/emacs-grammarly/keytar-cli-2).
You will need [keytar-cli-2](https://github.com/emacs-grammarly/keytar-cli-2)
before using this library.

```
(require 'keytar)
(keytar-install)
```bash
npm install -g keytar-cli-2
```

or
or after you have install `keytar` in your `load-path`. Do the following,

```el
npm install -g keytar-cli-2
```
(require 'keytar)
(keytar-install)
```

## Contribution
Expand Down

0 comments on commit 17154b0

Please sign in to comment.