From 4435d50c3872f11b88d88fe6c7f993e04f2203a1 Mon Sep 17 00:00:00 2001 From: blaix Date: Mon, 10 Aug 2026 17:39:40 +0000 Subject: [PATCH] add table of contents --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 48981a1..e94ca24 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ Awesome tools, frameworks, libraries, videos, and articles for or about the [Gren programming language](https://gren-lang.org/). +## Table of Contents + +* [Application Development](#application-development) +* [Editor Integrion](#editor-integrion) +* [Installing](#installing) +* [Learning](#learning) +* [Static Analysis](#static-analysis) +* [Testing](#testing) + ## Application Development * [Gren TUI](https://github.com/blaix/gren-tui): A TUI framework.