Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersonwhcr committed Sep 9, 2019
1 parent 4d47f53 commit 9e2e353
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ stable version.
## 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 9e2e353

Please sign in to comment.