Skip to content

Commit f458e14

Browse files
kirillDanshinSergio Andrés Virviescas Santana
authored andcommitted
Revert unintentional list renaming
1 parent afdfd8b commit f458e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ r.NotFound = fasthttp.FSHandler("./public", 0)
208208

209209
But this approach sidesteps the strict core rules of this router to avoid routing problems. A cleaner approach is to use a distinct sub-path for serving files, like `/static/*filepath` or `/files/*filepath`.
210210

211-
## Web Frameworks based on fasthttprouter
211+
## Web Frameworks based on Router
212212

213213
If the Router is a bit too minimalistic for you, you might try one of the following more high-level 3rd-party web frameworks building upon the Router package:
214214

0 commit comments

Comments
 (0)