various fixes
This commit is contained in:
parent
c08c263f32
commit
28377bd3c2
11 changed files with 149 additions and 87 deletions
10
README.md
10
README.md
|
@ -1,15 +1,15 @@
|
|||
|
||||
# PROUT
|
||||
# PORTE
|
||||
|
||||
* Programmable
|
||||
* Repeatable
|
||||
* Opinionated
|
||||
* Understandable
|
||||
* Repeatable
|
||||
* Tiny
|
||||
* Extensible
|
||||
|
||||
## Description
|
||||
|
||||
PROUT is a minimal programming language providing tools to automate file management like backups, building process or unit testing.
|
||||
PORTE is a minimal programming language providing tools to automate file management like backups, building process or unit testing.
|
||||
|
||||
## Usage
|
||||
|
||||
|
@ -17,7 +17,7 @@ PROUT is a minimal programming language providing tools to automate file managem
|
|||
|
||||
```sh
|
||||
|
||||
$ prout hello-world.pr
|
||||
$ porte hello-world.pr
|
||||
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue