Skip to content

Commit

Permalink
corrected example
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielsharief committed Oct 17, 2019
1 parent 279f298 commit 7b57a44
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 @@ -72,7 +72,7 @@ When creating a Socket you can also provide `context` options that will be used
$socket = new Socket([
'host' => 'example.com',
'protocol' => 'tcp',
'port' => 80,
'port' => 443,
'timeout' => 30,
'persistent' => false,
'context' => [
Expand Down

0 comments on commit 7b57a44

Please sign in to comment.