Skip to content

Commit eb8cc57

Browse files
authored
fix typo: Java -> PHP
1 parent c39aabe commit eb8cc57

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
@@ -11,9 +11,9 @@ PHP Wechaty Starter Project Template that Works Out-of-the-Box
1111
[![Powered by Wechaty](https://img.shields.io/badge/Powered%20By-Wechaty-brightgreen.svg)](https://github.com/Wechaty/wechaty)
1212
[![PHP Version](https://img.shields.io/maven-central/v/io.github.wechaty/wechaty?label=PHP)](https://packagist.org/packages/wechaty/php-wechaty)
1313

14-
Wechaty is a RPA SDK for Wechat **Individual** Account that can help you create a chatbot in 6 lines of PHP.
14+
Wechaty is a RPA SDK for Wechat **Individual** Account that can help you create a chatbot in 8 lines of PHP.
1515

16-
## The World's Shortest Java ChatBot: 8 lines of Code
16+
## The World's Shortest PHP ChatBot: 8 lines of Code
1717

1818
```php
1919
$wechaty = \IO\Github\Wechaty\Wechaty::getInstance($token, $endPoint);

0 commit comments

Comments
 (0)