Skip to content

Commit 5775e15

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating README
1 parent 2c94c26 commit 5775e15

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@
44

55
# What Is PipeScript?
66

7-
> PipeScript is a transpiled scripting language built atop of PowerShell.
7+
PipeScript is a scripting language built atop PowerShell.
88

9-
> PipeScript can be run interactively
109

11-
> PipeScript can embedded within many languages to dynamically generate source code
10+
PipeScript is transpiled into PowerShell.
11+
12+
13+
PipeScript can be run interactively, or used to build more PowerShell with less code.
14+
15+
16+
PipeScript can also be embedded in many other languages to dynamically generate source code.
1217

1318
## What's a Transpiler?
1419

0 commit comments

Comments
 (0)