Skip to content

Commit

Permalink
Add table of content to Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
esmith164 authored Sep 25, 2024
1 parent ef8a617 commit 807d198
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 807d198

Please sign in to comment.