Skip to content

Commit

Permalink
Fix markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning committed Sep 24, 2024
1 parent cee1869 commit 4d5db68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion book/src/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ _Documentation for protocol developers._

This section lists Lighthouse-specific decisions that are not strictly spec'd and may be useful for
other protocol developers wishing to interact with SSV.

2 changes: 1 addition & 1 deletion book/src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_Documentation for SSV users and developers._

This is the SSV client.
This is the SSV client.

## About this Book

Expand Down
4 changes: 2 additions & 2 deletions book/src/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ As with most other Rust projects, SSV uses `cargo test` for unit and
integration tests. For example, to test the `qbft` crate run:

```bash
$ cd src/qbft
$ cargo test
cd src/qbft
cargo test
```

## Local Testnets
Expand Down

0 comments on commit 4d5db68

Please sign in to comment.