Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverpauffley committed Mar 20, 2020
1 parent 754177b commit 48fa26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/metricsmw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Using gorilla mux.

```go
r := mux.NewRouter()
r.Use(metrics.MeasureRequestsMiddleware)
r.Use(mux.MiddlewareFunc(metrics.MeasureRequestsMiddleware))
```

Using standard net/http library.
Expand Down

0 comments on commit 48fa26d

Please sign in to comment.