idleman 7 months ago
parent
commit
beb389a00c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -10,6 +10,6 @@
 echo "hello world"
 ```
 
-```php
-System.out.println('hello')
+```java
+System.out.println("hello java")
 ```