From b3c01c6c6cf61a7618c8fd751cb39409daac3912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 20 Feb 2022 20:22:54 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d390b5e..2bc3866 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Simple and flexible package template. Supports Laravel 8 and 9. -# Usage +# Template usage - Replace all occurances of `REPLACE` (case sensitive) with the name of the package namespace. E.g. the `Foo` in `ArchTech\Foo`. - Also do this for file names, e.g. `REPLACEServiceProvider.php`.