Skip to content

Commit

Permalink
Update responses.md
Browse files Browse the repository at this point in the history
added streamed downloads missing semicolon
  • Loading branch information
jericopulvera authored Mar 6, 2018
1 parent 85411b6 commit 1988784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Sometimes you may wish to turn the string response of a given operation into a d
return response()->streamDownload(function () {
echo GitHub::api('repo')
->contents()
->readme('laravel', 'laravel')['contents']
->readme('laravel', 'laravel')['contents'];
}, 'laravel-readme.md');

<a name="file-responses"></a>
Expand Down

0 comments on commit 1988784

Please sign in to comment.