From fde61f960bf787f455231b8357a4cf54882a4c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20N=C3=BCtzi?= Date: Tue, 25 Jun 2024 17:32:25 +0200 Subject: [PATCH] doc: Update table of content --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index af04dab..a850073 100644 --- a/README.md +++ b/README.md @@ -20,21 +20,22 @@ The tool works in two steps:
Table of Content + - [RDF Protect](#rdf-protect) - [Installation & Usage](#installation-usage) - [Usage](#usage) - - [Use Case](#use-cases) + - [Use Case](#use-case) - [Example](#example) - - [Development](#development) - - [Requirements](#requirements) - - [Nix](#nix) - - [Formatting](#formatting) - - [Building](#building) - - [Testing](#testing) - - + - [1. Pseudonymize the URI of nodes with `rdf:type`](#1-pseudonymize-the-uri-of-nodes-with-rdftype) + - [2. Pseudonymize values for specific subject-predicate combinations](#2-pseudonymize-values-for-specific-subject-predicate-combinations) + - [3. Pseudonymize any value for a given predicate](#3-pseudonymize-any-value-for-a-given-predicate) + - [Development](#development) - [Setup](#setup) - + [Development Shell with `nix`](#development-shell-with-nix) - + [Formatting](#formatting) - [Building](#building) - [Testing](#testing) + +
## Installation & Usage