Skip to content

Commit ef3e914

Browse files
committed
readme: update formatting
Signed-off-by: Christian Stewart <christian@paral.in>
1 parent 0a648ed commit ef3e914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
**pathrouter** is a lightweight high performance path request router.
1515

1616
In contrast to the [default mux](https://golang.org/pkg/net/http/#ServeMux) of
17-
Go's `net/http** package, this router supports variables in the routing pattern.
18-
**It does not use HTTP semantics and is intended for matching paths only.***
17+
Go's `net/http` package, this router supports variables in the routing pattern.
18+
**It does not use HTTP semantics and is intended for matching paths only.**
1919

2020
The router is optimized for high performance and a small memory footprint. It
2121
scales well even with very long paths and a large number of routes. A

0 commit comments

Comments
 (0)