Skip to content

Commit 2882c0e

Browse files
authored
Fix spelling in Readme for package config filename
1 parent a5844ba commit 2882c0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Example:
318318
### Using the Encryption Flag
319319

320320
Edit the configuration file you are using (.env or custom config file) and add the encryption flag defined in
321-
`config/ecryptenv.php` as a prefix to each value you want to encrypt
321+
`config/encryptenv.php` as a prefix to each value you want to encrypt
322322

323323
Example .env File with default Encrypt Flag !ENC:
324324
```
@@ -334,7 +334,7 @@ SERVICE_API_KEY=!ENC:qZXFuZWh0NFE9PSIsInZhbHVlIjoidmNpRUV5em
334334
335335
```
336336

337-
It works the same in a php configuration file that you define for `custom_config_file` in `config/ecryptenv.php`
337+
It works the same in a php configuration file that you define for `custom_config_file` in `config/encryptenv.php`
338338

339339
```php
340340
<?php

0 commit comments

Comments
 (0)