From 1cd037edd533b5ff0d5c7c072beebfc53d209b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 30 Aug 2023 14:03:58 +0200 Subject: [PATCH] quickstart: unify naming --- docs/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 950e6783..376f5c0e 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -30,7 +30,7 @@ If `.clan-flake` is missing, `clan-cli` will instead search for other indicators ## Integrating with Existing NixOS Machines -If you already manage NixOS machines using a flake, you can integrate them with the clan-core as shown in the example below: +If you already manage NixOS machines using a flake, you can integrate them with the Clan Core as shown in the example below: ```nix { @@ -58,4 +58,4 @@ In this configuration: - `description`: Provides a brief description of the flake. - `inputs.clan-core.url`: Specifies the Clan Core template's repository URL. -- `nixosConfigurations`: Defines NixOS configurations, using Clan Core’s `buildClan` function to manage the machines. +- `nixosConfigurations`: Defines NixOS configurations, using Clan Core's `buildClan` function to manage the machines.