Skip to content

Commit

Permalink
doc: README.md fix issues
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Rad <[email protected]>
  • Loading branch information
nnsW3 authored Jan 21, 2025
1 parent 0b12468 commit f14ccea
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
@@ -1,6 +1,6 @@
# Lumina

Rust implementation of Celestia's [data availability node](https://github.com/celestiaorg/celestia-node) able to run natively and in browser-based environments.
Rust implementation of Celestia's [data availability node](https://github.com/celestiaorg/celestia-node) is able to run natively and in browser-based environments.

Run Lumina now at [lumina.rs](https://lumina.rs/) and directly verify Celestia.

Expand Down Expand Up @@ -109,7 +109,7 @@ For security reasons, browsers only allow WebTransport to be used in [Secure Con
Follow [this guide](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic)
to authorize yourself in github's container registry.

Starting a Celestia network with single validator and bridge
Starting a Celestia network with a single validator and bridge
```bash
docker compose -f ci/docker-compose.yml up --build --force-recreate -d
# and to stop it
Expand Down

0 comments on commit f14ccea

Please sign in to comment.