From b54ac4784dcfabd65e7f93922e65bd3e17d6f3e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 6 Aug 2021 04:35:25 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c1286d..019dd0c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This package lets you create pages using Markdown or Blade without having to worry about creating routes or controllers yourself. -Essentially, you create either `content/pages/foo.md` or `resources/views/pages/foo.blade.php`. +Essentially, you create either `content/pages/foo.md` or `resources/views/pages/foo.blade.php` and the page will be accessible on the `/foo` route. Markdown files use a pre-defined Blade view to get rendered. Blade files are meant for pages which don't follow the default layout and need more custom styling.