Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lhilton committed Jan 21, 2020
1 parent 8432c8e commit 64027dd
Showing 1 changed file with 7 additions and 30 deletions.
37 changes: 7 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# Very short description of the package
# In One Ear

[![Latest Version on Packagist](https://img.shields.io/packagist/v/generalsystemsvehicle/in-one-ear.svg?style=flat-square)](https://packagist.org/packages/generalsystemsvehicle/in-one-ear)
[![Build Status](https://img.shields.io/travis/generalsystemsvehicle/in-one-ear/master.svg?style=flat-square)](https://travis-ci.org/generalsystemsvehicle/in-one-ear)
[![Quality Score](https://img.shields.io/scrutinizer/g/generalsystemsvehicle/in-one-ear.svg?style=flat-square)](https://scrutinizer-ci.com/g/generalsystemsvehicle/in-one-ear)
[![Total Downloads](https://img.shields.io/packagist/dt/generalsystemsvehicle/in-one-ear.svg?style=flat-square)](https://packagist.org/packages/generalsystemsvehicle/in-one-ear)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
A simple package to display languages and ISO 639-1 short codes and long localization code (ie. en_US). Controllable via config so you can easily overwrite the list with your own.

## Installation

Expand All @@ -17,37 +12,19 @@ composer require generalsystemsvehicle/in-one-ear

## Usage

``` php
// Usage description here
```

### Testing
The facade provides basic access.

``` bash
composer test
``` php
Languages::all()
```

### Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

## Contributing
#### 1.0.0

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

If you discover any security related issues, please email lee.hilton@leezilla.net instead of using the issue tracker.
Initial Release

## Credits

- [Lee Hilton](https://github.com/generalsystemsvehicle)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

## Laravel Package Boilerplate

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

0 comments on commit 64027dd

Please sign in to comment.