Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 3, 2017
1 parent 8e1d239 commit 70f7d04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![Latest Stable Version](https://poser.pugx.org/phpunit/php-code-coverage/v/stable.png)](https://packagist.org/packages/phpunit/php-code-coverage)
[![Build Status](https://travis-ci.org/sebastianbergmann/php-code-coverage.svg?branch=master)](https://travis-ci.org/sebastianbergmann/php-code-coverage)

# PHP_CodeCoverage
# SebastianBergmann\CodeCoverage

**PHP_CodeCoverage** is a library that provides collection, processing, and rendering functionality for PHP code coverage information.
**SebastianBergmann\CodeCoverage** is a library that provides collection, processing, and rendering functionality for PHP code coverage information.

## Installation

Expand All @@ -15,7 +15,7 @@ If you only need this library during development, for instance to run your proje

composer require --dev phpunit/php-code-coverage

## Using the PHP_CodeCoverage API
## Using the SebastianBergmann\CodeCoverage API

```php
<?php
Expand Down

0 comments on commit 70f7d04

Please sign in to comment.