Merge pull request #7 from WyriHaximus/patch-1

Markdown styling
This commit is contained in:
Robin Appelman 2017-07-06 13:39:35 +02:00 committed by GitHub
commit 0ef510af5a

View file

@ -1,4 +1,4 @@
#Streams#
# Streams #
[![Build Status](https://travis-ci.org/icewind1991/Streams.svg?branch=master)](https://travis-ci.org/icewind1991/Streams)
[![Coverage Status](https://img.shields.io/coveralls/icewind1991/Streams.svg)](https://coveralls.io/r/icewind1991/Streams?branch=master)
@ -6,7 +6,7 @@
Generic stream wrappers for php.
##CallBackWrapper##
## CallBackWrapper ##
A `CallBackWrapper` can be used to register callbacks on read, write and closing of the stream,
it wraps an existing stream and can thus be used for any stream in php