Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Updated README.md for Packagist release
Browse files Browse the repository at this point in the history
  • Loading branch information
p1ho committed Feb 20, 2020
1 parent 9ef47fb commit 4f12fdc
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,11 @@ Currently, this is being developed with the goal to analyze body texts from *Dru

# Installation

This package is not currently published to [Packagist](https://packagist.org/), but can be included through composer by including the following lines in your `composer.json`
This package is available through [Composer](https://getcomposer.org/), and can be installed by entering:

```JavaScript
"require": {
"p1ho/accessibility-checker": "@dev",
}
"repositories": [
{
"type": "vcs",
"url": "link-to-this-repository"
}
],
```Bash
$ composer require p1ho/accessibility-checker
```
(Note: if you have other items in `"require"` and `"respositories"` already, just add them to the existing list)

## Usage

Expand Down

0 comments on commit 4f12fdc

Please sign in to comment.