diff --git a/docs/configuration.md b/docs/configuration.md index 495d4c3..7aae421 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -11,7 +11,7 @@ these all the available configuration, and their defaults values ```php WindPlugin::make() - ->windPrefix('wind') + ->windPrefix('contact-us') ->windMiddleware(['web']) ->defaultDepartmentId(1) ->defaultStatus('NEW') diff --git a/docs/usage.md b/docs/usage.md index b6e0c7d..eefa1d1 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -5,7 +5,7 @@ weight: 4 ## Usage after you finished installing `wind` all you have to do is visit the url `/admin` to manage the Letters, -and `/contact-us` to access the contact form. +and `/wind` to access the contact form. check the configuration section for more details