Skip to content

Commit 06daa0a

Browse files
authored
Fix grammar
1 parent 7628c08 commit 06daa0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/jvm-lang/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This feature is a experimental implementation more than any other.
77
![DEMO](../img/php_jvm_lang.gif)
88

99
# Get started
10-
1. Create a `HelloWorld.php`
10+
1. Create `HelloWorld.php`
1111
```php
1212
<?php
1313
class HelloWorld
@@ -19,7 +19,7 @@ class HelloWorld
1919
}
2020
```
2121

22-
2. Run `PackageAssembler`, and coordinate an intermediately code.
22+
2. To run `PackageAssembler`, and assemble an intermediately code.
2323

2424
```php
2525
<?php
@@ -86,4 +86,4 @@ TBD
8686
TBD
8787

8888
## PHPRuntime.EntryPoint
89-
TBD
89+
TBD

0 commit comments

Comments
 (0)