Skip to content

Commit 595f7ac

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding Lists of Transpilers / Supported Languages to Root and Linking in README
1 parent 377a1db commit 595f7ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ PipeScript allows you to build PowerShell scripts, and provides you with an engi
4040

4141
This allows us to fine-tune the way we build PowerShell and lets us extend the language to make complex scenarios simple.
4242

43+
See the [List of Transpilers](ListOfTranspilers.md) you can use to transform your scripts.
44+
4345
## Making Programming more Scriptable
4446

4547
Programming is tedious, not hard.
@@ -50,7 +52,9 @@ For example, if implementing an interface or subclass, the only things that will
5052

5153
PipeScript can be be embedded within 34 languages.
5254

53-
Embedding PipeScript within any of these languages allows you to generate any of these languages with parameterized scripts.
55+
Embedding PipeScript within any of these languages allows you to generate any of these languages with parameterized scripts, thus removing some of the tedium of programming.
56+
57+
See the [Supported Languages](SupportedLanguages.md) you can use to transform your scripts.
5458

5559
## What's a Transpiler?
5660

0 commit comments

Comments
 (0)