From f2968a764af725569182613be092c85771843b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Boros?= Date: Thu, 2 May 2024 18:38:54 +0000 Subject: [PATCH] fix typo --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 619e64d..0af5b0a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,7 +20,7 @@ This NixOS configuration will start `cardano-node` and related services on the ` { cardano = { enable = true; - network = preview; + network = "preview"; }; } ```