Skip to content

Commit

Permalink
README.md: use non-breaking hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Apr 10, 2023
1 parent e06364c commit 51c8684
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 @@ -6,8 +6,8 @@ Pure Rust implementation of components of the Secure Shell ([SSH]) protocol.

| Name | crates.io | Docs | Description |
|----------------|---------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|------------------------------------------------------|
| `sshencoding` | [![crates.io](https://img.shields.io/crates/v/ssh-encoding.svg)](https://crates.io/crates/ssh-encoding) | [![Documentation](https://docs.rs/ssh-encoding/badge.svg)](https://docs.rs/ssh-encoding) | Decoders and encoders for SSH protocol data types |
| `sshkey` | [![crates.io](https://img.shields.io/crates/v/ssh-key.svg)](https://crates.io/crates/ssh-key) | [![Documentation](https://docs.rs/ssh-key/badge.svg)](https://docs.rs/ssh-key) | SSH key and certificate library with signing support |
| `sshencoding` | [![crates.io](https://img.shields.io/crates/v/ssh-encoding.svg)](https://crates.io/crates/ssh-encoding) | [![Documentation](https://docs.rs/ssh-encoding/badge.svg)](https://docs.rs/ssh-encoding) | Decoders and encoders for SSH protocol data types |
| `sshkey` | [![crates.io](https://img.shields.io/crates/v/ssh-key.svg)](https://crates.io/crates/ssh-key) | [![Documentation](https://docs.rs/ssh-key/badge.svg)](https://docs.rs/ssh-key) | SSH key and certificate library with signing support |

## License

Expand Down

0 comments on commit 51c8684

Please sign in to comment.