Skip to content

Commit

Permalink
docs: update example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Jul 8, 2022
1 parent ab32d1a commit f755604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if err != nil {
fmt.Printf("error creating SSH key pair: %v", err)
os.Exit(1)
}
fmt.Printf("Your authorized key: %s\n", string(k.PublicKey()))
```

## License
Expand Down

0 comments on commit f755604

Please sign in to comment.