Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Spotted a typo in the readme
  • Loading branch information
Ben Hyrman committed Jun 10, 2020
1 parent f3a42dc commit 003dec3
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 @@ -32,7 +32,7 @@ mux.HandleFunc("/", func(res http.ResponseWriter, req *http.Request) {
http.ListenAndServe(":8080", logger.Handler(mux, os.Stdout, logger.DevLoggerType))
```

## Supportted log output format
## Supported log output format

### CombineLoggerType

Expand Down

0 comments on commit 003dec3

Please sign in to comment.