From 90582a47e2378e6d34d505afa6f03f451e8b9457 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Wed, 5 Jan 2022 12:48:11 -0600 Subject: [PATCH] docs: fix linting error Index file was missing a top-level heading and a short description. Signed-off-by: Matthew Weier O'Phinney --- docs/book/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/book/index.md b/docs/book/index.md index 3355cbb..d7cb1b3 100644 --- a/docs/book/index.md +++ b/docs/book/index.md @@ -1,3 +1,7 @@ +# laminas-mvc-plugin-file-prg + +Laminas MVC plugin for providing Post-Redirect-Get workflows with uploaded files. + ## Installation Install via composer: