diff --git a/changelog.md b/CHANGELOG.md
similarity index 100%
rename from changelog.md
rename to CHANGELOG.md
diff --git a/contributing.md b/CONTRIBUTING.md
similarity index 100%
rename from contributing.md
rename to CONTRIBUTING.md
diff --git a/license.md b/LICENCE.md
similarity index 100%
rename from license.md
rename to LICENCE.md
diff --git a/README.md b/README.md
index 99bbd1d..f5f08e3 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ $ composer dump-autoload
3. use `notify()` helper function inside your controller to set a toast notification for info, success, warning or error
4. Include notify partial to your master layout `@include('notify::components.notify')`
-If you are on Laravel 7 or greater, you can use the tag syntax.
+If you are on Laravel 8 or greater, you can use the tag syntax.
```html