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

Commit

Permalink
Changed docs to reflect new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
CommandString committed Apr 24, 2023
1 parent adb7d9d commit 101b01c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Totally Not Another PHP Framework's Route Component

# Table of Contents

- [Tnapf/Router](#tnapfrouter)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Routing](#routing)
- [Routing Shorthands](#routing-shorthands)
Expand Down Expand Up @@ -416,7 +418,7 @@ Router::group("/app", function () {
Router::group("/api", function () {
// Routes will have /app/api prepending their declared uri
},);
}, [ /* middleware here */ ], [ /* postware here */ ]);
}, [ /* middleware here */ ], [ /* postware here */ ], [ /* parameters here */ ], [ /* static arguments here */ ]);
```

# Static Arguments
Expand Down

0 comments on commit 101b01c

Please sign in to comment.