Skip to content

Commit

Permalink
docs(readme): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr authored Jan 29, 2025
1 parent 4566d0b commit 719b397
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
@@ -1,7 +1,7 @@
# Muxt [![Go Reference](https://pkg.go.dev/badge/github.com/crhntr/muxt.svg)](https://pkg.go.dev/github.com/crhntr/muxt) [![Go](https://github.com/crhntr/muxt/actions/workflows/go.yml/badge.svg)](https://github.com/crhntr/muxt/actions/workflows/go.yml)

Since Go 1.22, the standard library route **mu**ltiple**x**er [`*http.ServeMux`](https://pkg.go.dev/net/http#ServeMux) uses http methods, hosts, and path parameters.
Muxt extends this syntax to add method signatures and type static analysis based template type safety tp make it faster to write and test server side rendered hypermedia web applications.
Muxt extends this syntax to add method signatures and type static analysis based template type safety to make it faster to write and test server side rendered hypermedia web applications.

Muxt generates Go code. It does not require you to add any dependencies outside the Go standard library.

Expand Down
2 changes: 1 addition & 1 deletion cmd/generate-readme/README.md.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Muxt [![Go Reference](https://pkg.go.dev/badge/github.com/crhntr/muxt.svg)](https://pkg.go.dev/github.com/crhntr/muxt) [![Go](https://github.com/crhntr/muxt/actions/workflows/go.yml/badge.svg)](https://github.com/crhntr/muxt/actions/workflows/go.yml)

Since Go 1.22, the standard library route **mu**ltiple**x**er [`*http.ServeMux`](https://pkg.go.dev/net/http#ServeMux) uses http methods, hosts, and path parameters.
Muxt extends this syntax to add method signatures and type static analysis based template type safety tp make it faster to write and test server side rendered hypermedia web applications.
Muxt extends this syntax to add method signatures and type static analysis based template type safety to make it faster to write and test server side rendered hypermedia web applications.

Muxt generates Go code. It does not require you to add any dependencies outside the Go standard library.

Expand Down

0 comments on commit 719b397

Please sign in to comment.