Skip to content

Commit 882b38a

Browse files
authored
Change wrong package name in Readme
1 parent 832a615 commit 882b38a

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
@@ -2,7 +2,7 @@
22

33
[![GitHub license](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/mrgswift/laravel-encryptenv/blob/master/LICENSE)
44

5-
This OctoberCMS plugin is a wrapper for the composer package mrgswift/encryptenv which allows you to encrypt your environment variables in your .env file
5+
This OctoberCMS plugin is a wrapper for the composer package mrgswift/laravel-encryptenv which allows you to encrypt your environment variables in your .env file
66

77
This is accomplished through the added helper function `secEnv()` to replace `env()` when using
88
an encrypted value in your environment file.
@@ -30,7 +30,7 @@ $ composer require mrgswift/laravel-encryptenv
3030

3131
#### 3. Files automatically copied from mrgswift/encryptenv dependency package
3232

33-
The default configuration file from the composer package mrgswift/encryptenv is automatically copied to the config path on first run
33+
The default configuration file from the composer package mrgswift/laravel-encryptenv is automatically copied to the config path on first run
3434

3535
```
3636
config/encryptenv.php

0 commit comments

Comments
 (0)