Skip to content

Commit cfbe6e0

Browse files
author
HumanConnection
committed
--
1 parent 1b74391 commit cfbe6e0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Add ServiceProvider to the providers array in `config/app.php`.
3636

3737
```php
3838
host
39-
port=
40-
path=
41-
39+
port
40+
path
41+
4242
```
4343

4444
### Usage
@@ -47,7 +47,9 @@ Add ServiceProvider to the providers array in `config/app.php`.
4747

4848
```php
4949

50-
send
50+
use PHP_WS;
51+
PHP_WS::send(json_encode(array('type'=>'send_message_to','id'=>'1000001','msg'=>'laravel msg ')));
52+
5153

5254
```
5355

0 commit comments

Comments
 (0)