From 8d4dfb38278de784e4c93c2edf78380b282673f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Gill=C3=A9?= Date: Sat, 2 Dec 2017 03:15:06 +0100 Subject: [PATCH] Fix command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dca30c..11e1c67 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The Container OS images for Nano Server and Windows Server Core are now available in an online package repository. They can be found and installed using the ContainerImage provider of PackageManagement (a.k.a. OneGet) PowerShell module. The provider needs to be installed before using it. The following PowerShell cmdlets can be used to install the provider. * Install-PackageProvider ContainerImage -* Import-ContainerImage ContainerImage +* Import-PackageProvider ContainerImage Once the provider is installed and imported, you can search, download, or install Container images using PowerShell cmdlets. There are two sets of cmdlets, the first set is specific for the Container OS images, including: * Find-ContainerImage @@ -156,4 +156,4 @@ Adding capacity to handle folders on share Fixed the issue of loading System assemblies ### Dependencies -This module has no dependencies \ No newline at end of file +This module has no dependencies