From 4faf25b099dd68784ab9b2e28730736929d15589 Mon Sep 17 00:00:00 2001 From: Lawrence Agbani Date: Fri, 12 Oct 2018 00:05:03 +0200 Subject: [PATCH] Minor fix for displaying * in readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30d140ad..cad2f07f 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ return [ ]; ``` -This means documentation will be generated for routes in all domains ('*' is a wildcard meaning 'any character') which match any of the patterns 'api/*' or 'v2-api/*', excluding the 'users.create' route, and including the 'users.index' route. (The `versions` key is ignored unless you are using Dingo router). +This means documentation will be generated for routes in all domains ('***' is a wildcard meaning 'any character') which match any of the patterns 'api/*' or 'v2-api/*', excluding the 'users.create' route, and including the 'users.index' route. (The `versions` key is ignored unless you are using Dingo router). Also, in the generated documentation, these routes will have the header 'Authorization: Bearer: {token}' added to the example requests. You can also separate routes into groups to apply different rules to them: