Skip to content

Commit

Permalink
Revert unintentional list renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillDanshin authored and Sergio Andrés Virviescas Santana committed Jan 3, 2019
1 parent afdfd8b commit f458e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ r.NotFound = fasthttp.FSHandler("./public", 0)

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`.

## Web Frameworks based on fasthttprouter
## Web Frameworks based on Router

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:

Expand Down

0 comments on commit f458e14

Please sign in to comment.