Skip to content

Commit 689ddce

Browse files
committed
Update README.md
1 parent 984f885 commit 689ddce

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
@@ -69,7 +69,7 @@ There is a [PhpConsole\Connector](src/PhpConsole/Connector.php) class that initi
6969

7070
$connector = PhpConsole\Connector::getInstance();
7171

72-
`PhpConsole\Connector` uses headers to communicate with client, so it must be initialized before any output.
72+
`PhpConsole\Connector` uses headers to communicate with client, so it must be initialized before any output. Also there must be no `flush()` and `while(ob_get_level()) ob_end_clean();` calls and etc code flushing headers.
7373

7474
### Strip sources base path
7575

0 commit comments

Comments
 (0)