Skip to content

Commit

Permalink
Fix table alignment (tari-project#97)
Browse files Browse the repository at this point in the history
This PR fixes table alignment in the documentation.
  • Loading branch information
AaronFeickert authored Jul 9, 2024
1 parent 0381f0e commit 889b480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The implementation keeps dependencies to a minimum, and is `no_std` friendly.
There are several features available.

| Feature | Default? | Description |
| :--- | --- | :--- |
| :--- | :---: | :--- |
| `borsh` | | Adds proof serialization and deserialization via [`borsh`](https://crates.io/crates/borsh) |
| `serde` | | Adds proof serialization and deserialization via [`serde`](https://crates.io/crates/serde) |
| `rand` || Adds additional prover functionality that supplies a cryptographically-secure random number generator |
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
//! There are several features available.
//!
//! | Feature | Default? | Description |
//! | :--- | --- | :--- |
//! | :--- | :---: | :--- |
//! | `borsh` | | Adds proof serialization and deserialization via [`borsh`](https://crates.io/crates/borsh) |
//! | `serde` | | Adds proof serialization and deserialization via [`serde`](https://crates.io/crates/serde) |
//! | `rand` | ✓ | Adds additional prover functionality that supplies a cryptographically-secure random number generator |
Expand Down

0 comments on commit 889b480

Please sign in to comment.