From 0cd0c61929e79d3bda7ac6f10467424facd6befa Mon Sep 17 00:00:00 2001 From: Jonny Lin Date: Fri, 4 Nov 2016 15:33:39 +1300 Subject: [PATCH] Fix path After builing the solution, the .dll that's generated is called "LogicAppTemplate" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d4d72d..c7a576a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Clone the project, open, and build. Open PowerShell and Import the module: -`Import-Module C:\{pathToSolution}\LogicAppTemplateCreator\LogicAppTemplate\bin\Debug\ConverterLibrary.dll` +`Import-Module C:\{pathToSolution}\LogicAppTemplateCreator\LogicAppTemplate\bin\Debug\LogicAppTemplate.dll` Run the PowerShell command `Get-LogicAppTemplate`. You can pipe the output as needed, and recommended you pipe in a token from `armclient`