Make the package description consistent.

This commit is contained in:
Jeff Welch 2013-02-10 20:44:02 -05:00
parent a044014959
commit 28ca036dfa
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ PHP_Exporter
[![Build Status](https://secure.travis-ci.org/whatthejeff/php-exporter.png?branch=master)](https://travis-ci.org/whatthejeff/php-exporter)
[PHPUnit](https://github.com/sebastianbergmann/phpunit/) includes a nifty
utility for visualizing PHP data types. PHP_Exporter is simply a stand-alone
utility for visualizing PHP variables. PHP_Exporter is simply a stand-alone
version of that utility.
## Usage

View File

@ -1,6 +1,6 @@
{
"name": "whatthejeff/php-exporter",
"description": "A nifty utility for visualizing PHP data types",
"description": "A nifty utility for visualizing PHP variables",
"keywords": ["exporter","export"],
"homepage": "http://www.github.com/whatthejeff/php-exporter",
"license": "BSD-3-Clause",

View File

@ -44,7 +44,7 @@
namespace Whatthejeff\PHP\Exporter;
/**
* A nifty utility for visualizing PHP data types.
* A nifty utility for visualizing PHP variables.
*
* <code>
* <?php