Skip to content

Commit 952049b

Browse files
authored
Update README.md
1 parent 9bb8abe commit 952049b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ So, `External engines` will help us. Python library [Bython]([https://github.com
3131
## Tutorial
3232
be written in [template.jsonc](template.jsonc). If you can, you don't even need to read it. It's just a manual how to transpile. If there is `if true` code, the parser engine will find `(root).blocks.if` and apply it.
3333

34-
We need more. Some languages print string in `stdout` with `print`, some is `console.log`, etc. So `worldlib` help us. Implementation is written [here](stdlib_proto.md).
34+
We need more. Some languages print string in `stdout` with `print`, some use `console.log`, and so. So `worldlib` help us. Implementation is written [here](stdlib_proto.md).
3535

3636
Just with _C++_, _Node.js_, _PHP_, _Python_, it's enough to write great codes.
3737

@@ -45,4 +45,4 @@ Just with _C++_, _Node.js_, _PHP_, _Python_, it's enough to write great codes.
4545
* Working in progress
4646
* Python
4747
* Kotlin
48-
* Ruby
48+
* Ruby

0 commit comments

Comments
 (0)