Skip to content

Commit abea831

Browse files
authored
Merge pull request #152 from 0xflotus/patch-1
fixed initialized
2 parents c171ec6 + 11c84c6 commit abea831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ You can try most of PHP Console features on [live demo](http://consle.com/instan
6868

6969
## Connector
7070

71-
There is a [PhpConsole\Connector](src/PhpConsole/Connector.php) class that initializes connection between PHP server and Google Chrome extension. Connection is initalized when [PhpConsole\Connector](src/PhpConsole/Connector.php) instance is initialized:
71+
There is a [PhpConsole\Connector](src/PhpConsole/Connector.php) class that initializes connection between PHP server and Google Chrome extension. Connection is initialized when [PhpConsole\Connector](src/PhpConsole/Connector.php) instance is initialized:
7272

7373
$connector = PhpConsole\Connector::getInstance();
7474

0 commit comments

Comments
 (0)