Skip to content

Commit

Permalink
Merge pull request #20 from wandersonwhcr/issue-19
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
wandersonwhcr committed Sep 9, 2019
2 parents e3bf126 + 9e2e353 commit 3dd16a4
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 3dd16a4

Please sign in to comment.