Skip to content

Commit

Permalink
fix(README): remove odd character
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr authored Jan 29, 2025
1 parent 719b397 commit f1dba0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ In this template name
- the method name on the configured receiver to call is `Greeting`
- the parameters to pass to `Greeting` are `ctx` and `language`

#### [`*http.ServeMux`](https://pkg.go.dev/net/http#ServeMux) Patterns
#### [`*http.ServeMux`](https://pkg.go.dev/net/http#ServeMux) Patterns

Here is an excerpt from [the standard libary documentation.](https://pkg.go.dev/net/http#hdr-Patterns-ServeMux)

Expand Down
2 changes: 1 addition & 1 deletion cmd/generate-readme/README.md.template
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ In this template name
- the method name on the configured receiver to call is `Greeting`
- the parameters to pass to `Greeting` are `ctx` and `language`

#### [`*http.ServeMux`](https://pkg.go.dev/net/http#ServeMux) Patterns
#### [`*http.ServeMux`](https://pkg.go.dev/net/http#ServeMux) Patterns

Here is an excerpt from [the standard libary documentation.](https://pkg.go.dev/net/http#hdr-Patterns-ServeMux)

Expand Down

0 comments on commit f1dba0f

Please sign in to comment.