Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Removed unneeded items for TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
CommandString authored Mar 3, 2023
1 parent 67690ee commit d3e4fef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Totally Not Another PHP Framework's Route Component

# Table of Contents

- [Tnapf/Router](#tnapfrouter)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Basic Usage](#basic-usage)
- [Routing](#routing)
Expand Down Expand Up @@ -434,4 +432,4 @@ Router::mount("/app", function () {
return $next($response, mt_rand(0, 100));
}
], [ /* after middleware here */ ]);
```
```

0 comments on commit d3e4fef

Please sign in to comment.