From f654a6571bcf1471b0c18a01e821782b4d883424 Mon Sep 17 00:00:00 2001 From: step Date: Mon, 9 Sep 2024 11:19:59 +0200 Subject: [PATCH] fix ToC spacing --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index cad98e1..0d0b57a 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,11 @@ This guide targets the broader technical audience willing to understand in depth ## Table of Contents ### Distributed Computing Concepts - * [Paradigms of Distributed Computing](distributed-computing-concepts/paradigms-of-distributed-computing.md) * [Client-side Validation](distributed-computing-concepts/client-side-validation.md) * [Single-use Seals and Proof of Publication](distributed-computing-concepts/single-use-seals.md) ### Commitment Layer - * [Commitment Schemes within Bitcoin and RGB](commitment-layer/commitment-schemes.md) * [Deterministic Bitcoin Commitments - DBC](commitment-layer/deterministic-bitcoin-commitments-dbc/) * [Opret](commitment-layer/deterministic-bitcoin-commitments-dbc/opret.md) @@ -22,14 +20,12 @@ This guide targets the broader technical audience willing to understand in depth * [Anchors](commitment-layer/anchors.md) ### RGB State and Operations - * [Introduction to Smart Contracts and their States](rgb-state-and-operations/intro-smart-contract-states.md) * [Contract Operations](rgb-state-and-operations/state-transitions.md) * [Components of a Contract Operation](rgb-state-and-operations/components-of-a-contract-operation.md) * [Features of RGB State](rgb-state-and-operations/features-of-rgb-state.md) ### RGB Contract Implementation - * [Contract Implementation in RGB](rgb-contract-implementation/schema-interface.md) * [Schema](rgb-contract-implementation/schema/) * [Schema example: Non-Inflatable Assets](rgb-contract-implementation/schema/non-inflatable-fungible-asset-schema.md) @@ -39,11 +35,9 @@ This guide targets the broader technical audience willing to understand in depth * [Interface Implementation](rgb-contract-implementation/interface-implementation.md) ### RGB over Lightning Network - * [Lightning Network compatibility](rgb-over-lightning-network/lightning-network-compatibility.md) ### Annexes - * [Glossary](annexes/glossary.md) * [Contract Transfers](annexes/contract-transfers.md) * [Invoices](annexes/invoices.md)