Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barbushin committed Dec 24, 2013
1 parent 984f885 commit 689ddce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ There is a [PhpConsole\Connector](src/PhpConsole/Connector.php) class that initi

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

`PhpConsole\Connector` uses headers to communicate with client, so it must be initialized before any output.
`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.

### Strip sources base path

Expand Down

0 comments on commit 689ddce

Please sign in to comment.