Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Jan 30, 2020
1 parent f059601 commit 4aec647
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ haveibeenpwned-library

Integrate HaveIBeenPwned API with your projects.

---
If you like this package, pay me a beer (or a coffee)
[![paypal.me](https://img.shields.io/badge/paypal.me-webeweb-0070ba.svg?style=flat-square&logo=paypal)](https://www.paypal.me/webeweb)

## Compatibility

[![PHP](https://img.shields.io/packagist/php-v/webeweb/haveibeenpwned-library.svg?style=flat-square)](http://php.net)

---

## Installation

Open a command console, enter your project directory and execute the following
Expand All @@ -32,14 +31,10 @@ This command requires you to have Composer installed globally, as explained in
the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the
Composer documentation.

---

## Usage

Read the [documentation](doc/index.md).

---

## Testing

To test the package, is better to clone this repository on your computer.
Expand All @@ -61,9 +56,12 @@ $ vendor/bin/phpunit
> IMPORTANT NOTICE: To test the package with your API key, edit the
> `tests/Provider/APIv3ProviderTest.php` file to find and replace "YOUR_API_KEY".
---

## License

`haveibeenpwned-library` is released under the MIT License. See the bundled [LICENSE](LICENSE)
file for details.

## Donate

If you like this work, please consider donating at
[![paypal.me](https://img.shields.io/badge/paypal.me-webeweb-0070ba.svg?style=flat-square&logo=paypal)](https://www.paypal.me/webeweb)

0 comments on commit 4aec647

Please sign in to comment.