diff --git a/README.md b/README.md index 2805aae..07a3dd2 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ transcoder = vanguard.NewTranscoder( myService, otherService, }, - WithUnkownHandler(custom404handler), + WithUnknownHandler(custom404handler), WithCodec(myCustomMessageFormat{}), ) ```