Browse Source

Update README.md

pull/587/head
Sina Ahmadpour 5 years ago committed by GitHub
parent
commit
cb1e482f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -96,7 +96,7 @@ r.Host("{subdomain:[a-z]+}.example.com") @@ -96,7 +96,7 @@ r.Host("{subdomain:[a-z]+}.example.com")
There are several other matchers that can be added. To match path prefixes:
```go
r.PathPrefix("/products/")
r.PathPrefix("/products")
```
...or HTTP methods:

Loading…
Cancel
Save