Skip to content

Commit 2e6418d

Browse files
committed
README: fix table of contents
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
1 parent 2bef8cf commit 2e6418d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Go implementation of offset-based native UnixFS proofs.
55
**Note:** this is a side-project and not be considered production-ready. It isn't optimized nor audited in any way.
66

77
## Table of contents
8-
- [About the project](#about)
9-
- [Assumptions of the UnixFS DAG file](#Assumptions-of-the-UnixFS-DAG-file)
8+
- [About the project](#about-the-project)
9+
- [Does this library assume any particular setup of the UnixFS DAG for the file?](#does-this-library-assume-any-particular-setup-of-the-UnixFS-DAG-for-the-file)
1010
- [Proof format](#proof-format)
1111
- [Use-case analysis and security](#use-case-analysis-and-security)
1212
- [Proof sizes and benchmark](#proof-sizes-and-benchmark)
@@ -17,7 +17,7 @@ Go implementation of offset-based native UnixFS proofs.
1717
- [Contact](#contact)
1818

1919

20-
## About
20+
## About the project
2121
This library allows generating and verification proofs for UnixFS file DAGs.
2222

2323
The verifier knows the _Cid_ of a UnixFS DAG and the size of the underlying represented file.

0 commit comments

Comments
 (0)