Skip to content

Commit 927b365

Browse files
committed
Canonize composer description
1 parent 0af1139 commit 927b365

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ API documentation for the library can be generated using Sami and found
2525
[![Travis](https://img.shields.io/travis/violet-php/streaming-json-encoder.svg?style=flat-square)](https://travis-ci.org/violet-php/streaming-json-encoder)
2626
[![Scrutinizer](https://img.shields.io/scrutinizer/g/violet-php/streaming-json-encoder.svg?style=flat-square)](https://scrutinizer-ci.com/g/violet-php/streaming-json-encoder/)
2727
[![Scrutinizer Coverage](https://img.shields.io/scrutinizer/coverage/g/violet-php/streaming-json-encoder.svg?style=flat-square)](https://scrutinizer-ci.com/g/violet-php/streaming-json-encoder/)
28-
[![Packagist](https://img.shields.io/packagist/v/violet/streaming-json-encoder.svg)](https://packagist.org/packages/violet/streaming-json-encoder)
28+
[![Packagist](https://img.shields.io/packagist/v/violet/streaming-json-encoder.svg?style=flat-square)](https://packagist.org/packages/violet/streaming-json-encoder)
2929

3030
## Requirements ##
3131

@@ -40,9 +40,9 @@ The easiest way to install this library is to use Composer to handle your
4040
dependencies. In order to install this library via Composer, simply follow
4141
the following two steps:
4242

43-
1. Acquire the `composer.phar` by running in your project root the
44-
Command-line installation script found at the [Composer
45-
Download](https://getcomposer.org/download/) page.
43+
1. Acquire the `composer.phar` by running the Composer [Command-line
44+
installation script](https://getcomposer.org/download/) in your project
45+
root.
4646
2. Once you've run the installation script, you should have a `composer.phar`
4747
file in you project root and you can run the following command:
4848

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "violet/streaming-json-encoder",
33
"type": "library",
4-
"description": "Library for encoding large data sets in JSON",
4+
"description": "Library for iteratively encoding large JSON documents piece by piece",
55
"homepage": "http://violet.riimu.net",
66
"keywords": [
7+
"streaming",
78
"json",
8-
"encoder"
9+
"encoder",
10+
"psr-7"
911
],
1012
"license": "MIT",
1113
"authors": [

0 commit comments

Comments
 (0)