From 67f67ac5cb767f090c8f3abff7820ac1b832aee1 Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Fri, 31 Mar 2023 16:26:39 +0200 Subject: [PATCH] README update --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index dd0363d..da0c7e0 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,16 @@ This repository implements a self-contained gap buffer data structure that's eas (support for unicode (utf8)) # Table of contents -1. License -1. Context -1. Usage - 1. Install - 1. Instanciate - 1. Text insertion - 1. Cursor position - 1. Text deletion - 1. Querying -1. Testing +* [License](#license) +* [Context](#context) +* [Usage](#usage) + * [Install](#install) + * [Instanciate](#instanciate) + * [Text insertion](#text-insertion) + * [Cursor position](#cursor-position) + * [Text deletion](#text-deletion) + * [Querying](#querying) +* [Testing](#testing) ## License This code is MIT licensed @@ -83,4 +83,6 @@ To get the byte count using the getter function ```c size_t GapBuffer_getByteCount(GapBuffer *buff); ``` -This is currently only used for testing. \ No newline at end of file +This is currently only used for testing. + +## Testing \ No newline at end of file