From 0d6b8d7c162a90bc9b907a7bd4f1f635288a0ebb Mon Sep 17 00:00:00 2001 From: Thomas Nieto <38873752+ThomasNieto@users.noreply.github.com> Date: Fri, 9 May 2025 23:12:43 -0500 Subject: [PATCH] Update readme --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4718bf2..4183eae 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,15 @@ Install-PSResource AnyPackageDsc ## Documentation -Documentation is located in the [AnyPackage-Docs](https://github.com/AnyPackage/AnyPackage-Docs) repository. +Documentation is located in the +[AnyPackage-Docs](https://github.com/AnyPackage/AnyPackage-Docs) repository. ## Known Issues ### DSC Resources Not Found -The `AnyPackageDsc` or `AnyPackage` module has to be imported before `Get-DscResource` or `Invoke-DscResource` will find the resource. -`AnyPackageDsc` requires types in `AnyPackage` and is most likely the issue with how `PSDesiredStateConfiguration` finds resources. -An issue has been logged and you can follow PowerShell/PSDesiredStateConfiguration#104 for updates. +The `AnyPackageDsc` or `AnyPackage` module has to be imported before +`Get-DscResource` or `Invoke-DscResource` will find the resource. +`AnyPackageDsc` requires types in `AnyPackage` and is most likely the issue with +how `PSDesiredStateConfiguration` finds resources. An issue has been logged and +you can follow PowerShell/PSDesiredStateConfiguration#104 for updates.