Skip to content

Commit a86e26f

Browse files
StartAutomatingStartAutomating
StartAutomating
authored and
StartAutomating
committed
feat: Invoke-Interpreter Improvement ( Fixes #895 )
Fixing leading args and improving inner docs
1 parent bc1cc0e commit a86e26f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
PipeScript is a metaprogramming language built in PowerShell.
88

9-
It lets you compile PowerShell and easily work with 63 other languages (and counting).
9+
It lets you compile PowerShell and easily work with 64 other languages (and counting).
1010

1111
It is designed to make programming more scriptable and scripting more programmable.
1212

1313
PipeScript can be run interactively, or used to build more with less code.
1414

15-
PipeScript can be used to template 63 languages, and implicitly interpert 16 languages.
15+
PipeScript can be used to template 64 languages, and implicitly interpert 16 languages.
1616

1717
## Implicit Interpretation
1818

@@ -42,7 +42,7 @@ Often, programming involves implementing small functional changes within a speci
4242

4343
For example, if implementing an interface or subclass, the only things that will change are the class name and method details.
4444

45-
PipeScript can work with 63 languages.
45+
PipeScript can work with 64 languages.
4646

4747
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.
4848

0 commit comments

Comments
 (0)