Skip to content

Commit

Permalink
Fixed error in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joawan committed Jul 2, 2016
1 parent dda538f commit 943a707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Decrypt a message with your private key, that matches public key on Github.
Defaults to `~/.ssh/id_rsa`.

```bash
$ ghmsg decrypt -m <message> -k ~/.ssh/id_rsa
$ ghmsg decrypt -m <message> -k <path to key>

$ ghmsg decrypt joawan -m "NK33pIHyNlAwcJ1...0w=="
$ ghmsg decrypt -m "NK33pIHyNlAwcJ1...0w=="
```

## Why?
Expand Down

0 comments on commit 943a707

Please sign in to comment.