Skip to content

Commit 4237207

Browse files
committed
docs: update README
1 parent 8be4645 commit 4237207

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This repo contains a working MU plugin that will receive and validate access tok
1010

1111
## Installation
1212

13-
First, install the [Login by Auth0 plugin](https://wordpress.org/plugins/auth0/), then add your Auth0 credentials to `wp-config.php` or another location that will get loaded before plugins.
13+
First, install the [Login by Auth0 plugin](https://wordpress.org/plugins/auth0/), then add your Auth0 credentials to `wp-config.php`, a file in `wp-content/mu-plugins`, or another location that will get loaded before this plugin.
1414

1515
```php
1616
// Auth0 credentials
@@ -19,8 +19,6 @@ define( 'AUTH0_API_SIGNING_SECRET', 'API signing secret from Auth0' );
1919
define( 'AUTH0_API_DEBUG', 'Set to `true` to add debugging log entries' );
2020
```
2121

22-
This plugin will automatically load a file called `env.php` in the same folder, if it exists, which can be used for the values above.
23-
2422
### Install with Composer
2523

2624
Install this package:

0 commit comments

Comments
 (0)