From 5dfe00940b3215dd0386a0e4d66a2245bb308feb Mon Sep 17 00:00:00 2001 From: Michael Lombardi Date: Mon, 7 Aug 2023 13:07:50 -0500 Subject: [PATCH] (MAINT) Fix typo in readme This change fixes a minor typo in the readme and moves an inline link definition into a reference link. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22b37669..8f54440c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ With DSCv3, you can: ### Differences from PowerShell DSC -This project is the next generation of DSC and leverages the [PSDesiredStateConfiguration module](https://github.com/powershell/psdesiredstateconfiguration) to maintain compatibility with existing PowerShell based resources. +This project is the next generation of DSC and leverages the +[PSDesiredStateConfiguration module][00] to maintain compatibility with existing PowerShell based +resources. DSCv3 differs from PowerShell DSC in a few important ways: @@ -42,7 +44,7 @@ To install DSC v3: 1. Expand the release archive. 1. Add the folder containing the expanded archive contents to the `PATH`. -## Expore DSCv3 +## Explore DSCv3 If you're new to DSC or configuration management, we recommend reviewing the [documentation][02]. @@ -63,6 +65,7 @@ DSCv3 uses JSON schemas to define the structure of resources, configuration docu outputs that DSCv3 returns. These schemas make it easier to integrate DSCv3 with other tools, because they standardize and document how to interface with DSCv3. +[00]: https://github.com/powershell/psdesiredstateconfiguration [01]: https://github.com/PowerShell/DSC/releases/latest [02]: https://learn.microsoft.com/powershell/dsc/overview?view=dsc-3.0&preserve-view=true [03]: https://github.com/PowerShell/DSC-Samples