Skip to content

Commit 7f9b317

Browse files
committed
Add demo movie [skip ci]
1 parent ea335b8 commit 7f9b317

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README-ja.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ PHPJava は **100% PHP のみ** で動きます
2323
- [English](https://github.com/php-java/php-java/blob/master/README.md)
2424
- [日本語](https://github.com/php-java/php-java/blob/master/README-ja.md)
2525

26+
## デモ
27+
![DEMO](https://user-images.githubusercontent.com/1282995/58679222-87070880-839d-11e9-8c98-978fdd0bb015.gif)
28+
2629
## 必須環境
2730
- PHP >= 7.2
2831
- Composer
@@ -72,7 +75,7 @@ class HelloWorld
7275

7376
3) Java をコンパイルします。
7477
```
75-
$ javac -UTF8 /path/to/HelloWorld.java
78+
$ javac -encoding UTF8 /path/to/HelloWorld.java
7679
```
7780

7881
4) main メソッドを呼びます。

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Contribution guide is here:
2222
- [English](https://github.com/php-java/php-java/blob/master/README.md)
2323
- [日本語](https://github.com/php-java/php-java/blob/master/README-ja.md)
2424

25+
## DEMO
26+
![DEMO](https://user-images.githubusercontent.com/1282995/58679222-87070880-839d-11e9-8c98-978fdd0bb015.gif)
27+
2528
## Requirements
2629
- PHP >= 7.2
2730
- Composer
@@ -71,7 +74,7 @@ class HelloWorld
7174

7275
3) Compile Java:
7376
```
74-
$ javac -UTF8 /path/to/HelloWorld.java
77+
$ javac -encoding UTF8 /path/to/HelloWorld.java
7578
```
7679

7780
4) Call the main method as follows:

0 commit comments

Comments
 (0)