From 9a708496df2b9a4e3b8e341812fbdcfa3e732870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 29 Aug 2025 01:11:18 +0200 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # ... })