diff --git a/README.md b/README.md index ca44b42..7a6660f 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ null for no redirect, or an integer status code for an enabled redirect. ```nix (laravelSite { name = "foo"; - domains = [ "foo.com" ] + domains = [ "foo.com" ]; wwwRedirect = 301; # permanent redirect # ... })