From 3f64b8b0254ae5b00698dcf9c09e1a1b06e62253 Mon Sep 17 00:00:00 2001 From: Karen Letir Date: Fri, 28 Aug 2026 10:00:18 +0300 Subject: [PATCH] Add Table of Contents to README Added a Table of Contents section to the README. Signed-off-by: Karen Letir --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6cd2c05fae..3da3d26c33 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ Python-TUF provides the following APIs: The reference implementation strives to be a readable guide and demonstration for those working on implementing TUF in their own languages, environments, or update systems. +## Table of Contents + +- [About The Update Framework](#about-the-update-framework) +- [Documentation](#documentation) +- [Contact](#contact) +- [Security Issues and Bugs](#security-issues-and-bugs) +- [License](#license) +- [Acknowledgements](#acknowledgements) About The Update Framework