From 4d47f5331ab7a2d24a57078400b45ecf43792870 Mon Sep 17 00:00:00 2001 From: Wanderson Date: Mon, 9 Sep 2019 19:44:49 -0300 Subject: [PATCH 1/2] Update README with major version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a113c75..7798adb 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ stable version. ```json { "require": { - "wandersonwhcr/illuminate-romans": "^1.0" + "wandersonwhcr/illuminate-romans": "^2.0" } } ``` From 9e2e3534ed35d79317ae431179364f14265937a2 Mon Sep 17 00:00:00 2001 From: Wanderson Date: Mon, 9 Sep 2019 19:47:59 -0300 Subject: [PATCH 2/2] Fix typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7798adb..401068c 100644 --- a/README.md +++ b/README.md @@ -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