From 807d1982c428381cb3e685dea628886a7528bb27 Mon Sep 17 00:00:00 2001 From: ethan <41884812+esmith164@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:35:57 -0400 Subject: [PATCH] Add table of content to Readme.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index ee20a6f..83d79f9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,19 @@ An implementation of the browser DOM—primarily for SSR—in Deno. Implemented with Rust, WASM, and obviously, Deno/TypeScript. +# Table of Contents +- [Deno DOM](#deno-dom) +- [Example](#example) +- [WebAssembly Startup Penalty](#webassembly-startup-penalty) +- [Documentation](#documentation) +- [Goals](#goals) +- [Non-Goals](#non-goals) +- [Running Tests](#running-tests) +- [Building Deno DOM Native](#building-deno-dom-native) +- [Credits](#credits) +- [Additional Guidelines](#additional-guidelines) + + ## Example ```typescript