Skip to content

Commit 7c53edf

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding PS1XML Transpiler (Fixes #414)
Also, renaming .SaveTemplate to .Save and restricting XML template
1 parent 40931bf commit 7c53edf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/SVG.template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $starsTemplate = Invoke-PipeScript {
3434
'
3535
}
3636
```
37-
$starsTemplate.SaveTemplate("$pwd\Stars.svg")
37+
$starsTemplate.Save("$pwd\Stars.svg")
3838

3939

4040
---

0 commit comments

Comments
 (0)