Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README #20

Merged
merged 2 commits into from
Sep 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ stable version.
```json
{
"require": {
"wandersonwhcr/illuminate-romans": "^1.0"
"wandersonwhcr/illuminate-romans": "^2.0"
}
}
```

## Usage

This package provides facades and helpers to use with Laravel projects. Also,
this package is provided as a Laravel Package, automatically configure services
inside application.
this package is provided as a Laravel Package to automatically configure
services inside application.

### Facades

Illuminate Romans provides a couple of facades to convert a `string` with Roman
number to `int` and Integer to a `string` that represents the input as Roman
number to `int` and an Integer to a `string` that represents the input as Roman
number.

```php
Expand Down