Skip to content

Commit

Permalink
fix indentation in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syumai committed May 17, 2022
1 parent bd1ab33 commit 1a6eb32
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 @@ -23,7 +23,7 @@ implement your http.Handler and give it to `workers.Serve()`.
```go
func main() {
var handler http.HandlerFunc = func (w http.ResponseWriter, req *http.Request) { ... }
workers.Serve(handler)
workers.Serve(handler)
}
```

Expand Down

0 comments on commit 1a6eb32

Please sign in to comment.