diff --git a/authorization/README.md b/authorization/README.md index 96aec68..10ab554 100644 --- a/authorization/README.md +++ b/authorization/README.md @@ -15,7 +15,7 @@ This library is designed to be integrated in your program. ```go p := MyAuthZPlugin{} h := authorization.NewHandler(p) - h.ServeTCP("test_plugin", ":8080") + h.ServeTCP("test_plugin", ":8080", "", nil) ``` ### Example using Unix sockets: