Skip to content

Commit 9179bfd

Browse files
committed
rename to mezzio for config
1 parent d7284c6 commit 9179bfd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,23 @@ Or run copy command:
5353
cp vendor/samsonasik/force-https-module/config/force-https-module.local.php.dist config/autoload/force-https-module.local.php
5454
```
5555

56-
***b. For [Mezzio](https://docs.mezzio.dev/mezzio/) application, copy `expressive-force-https-module.local.php.dist` config to your local's autoload and configure it***
56+
***b. For [Mezzio](https://docs.mezzio.dev/mezzio/) application, copy `mezzio-force-https-module.local.php.dist` config to your local's autoload and configure it***
5757

5858
| source | destination |
5959
|------------------------------------------------------------------------------|---------------------------------------------|
60-
| vendor/samsonasik/force-https-module/config/expressive-force-https-module.local.php.dist | config/autoload/expressive-force-https-module.local.php |
60+
| vendor/samsonasik/force-https-module/config/mezzio-force-https-module.local.php.dist | config/autoload/mezzio-force-https-module.local.php |
6161

6262
Or run copy command:
6363

6464
```sh
65-
cp vendor/samsonasik/force-https-module/config/expressive-force-https-module.local.php.dist config/autoload/expressive-force-https-module.local.php
65+
cp vendor/samsonasik/force-https-module/config/mezzio-force-https-module.local.php.dist config/autoload/mezzio-force-https-module.local.php
6666
```
6767

6868
When done, you can modify your local config:
6969

7070
```php
7171
<?php
72-
// config/autoload/force-https-module.local.php or config/autoload/expressive-force-https-module.local.php
72+
// config/autoload/force-https-module.local.php or config/autoload/mezzio-force-https-module.local.php
7373
return [
7474
'force-https-module' => [
7575
'enable' => true,
File renamed without changes.

0 commit comments

Comments
 (0)