Skip to content

Commit 047e925

Browse files
authored
Lowercase the headings
1 parent 446c88a commit 047e925

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ low level and unpolished.
66
Some of the things in this repo might make it to [iroh-examples] or even into
77
iroh itself, most will not.
88

9-
## [Content-discovery](content-discovery)
9+
## [content-discovery](content-discovery)
1010

1111
A complete content disccovery system for iroh, including a tracker, a client
1212
crate to use the tracker, and [pkarr] integration for finding trackers.
@@ -15,17 +15,17 @@ crate to use the tracker, and [pkarr] integration for finding trackers.
1515

1616
Sending HTTP3 requests over iroh connections via the [h3](https://crates.io/crates/h3) crate.
1717

18-
## [Iroh-dag-sync](iroh-dag-sync)
18+
## [iroh-dag-sync](iroh-dag-sync)
1919

2020
An experiment trying to bridge the gap between iroh-blobs and IPFS, allowing you to sync
2121
IPFS DAGs with non-BLAKE3 CIDs via iroh-blobs.
2222

23-
## [Iroh-pkarr-naming-system](iroh-pkarr-naming-system)
23+
## [iroh-pkarr-naming-system](iroh-pkarr-naming-system)
2424

2525
Experiment of how to do something similar to [ipns] using [pkarr] and the
2626
bittorrent [mainline] DHT.
2727

28-
## [Iroh-s3-bao-store](iroh-s3-bao-store)
28+
## [iroh-s3-bao-store](iroh-s3-bao-store)
2929

3030
An iroh-blobs store implementation that keeps the data on s3. Useful to provide
3131
content-addressing to existing public resources.

0 commit comments

Comments
 (0)