Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed May 15, 2024
1 parent 0671e80 commit c7228e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c7228e2

Please sign in to comment.