Skip to content

Commit 23fcedf

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Conf Language Definition ( Fixes #864 )
1 parent ad44030 commit 23fcedf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/README.md

Lines changed: 3 additions & 3 deletions
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 60 other languages (and counting).
9+
It lets you compile PowerShell and easily work with 61 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 60 languages, and implicitly interpert 16 languages.
15+
PipeScript can be used to template 61 languages, and implicitly interpert 16 languages.
1616

1717
If you like PipeScript, why not use it to star this repository?:
1818

@@ -50,7 +50,7 @@ Often, programming involves implementing small functional changes within a speci
5050

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

53-
PipeScript can work with 60 languages.
53+
PipeScript can work with 61 languages.
5454

5555
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.
5656

0 commit comments

Comments
 (0)