Skip to content

Commit

Permalink
Merge pull request #7 from WyriHaximus/patch-1
Browse files Browse the repository at this point in the history
Markdown styling
  • Loading branch information
icewind1991 authored Jul 6, 2017
2 parents 6bfd2fd + a87fb58 commit 0ef510a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#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)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/icewind1991/Streams/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/icewind1991/Streams/?branch=master)

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
Expand Down

0 comments on commit 0ef510a

Please sign in to comment.