diff --git a/README.md b/README.md index 49b5d1d..8a2de92 100644 --- a/README.md +++ b/README.md @@ -34,15 +34,15 @@ The plugin menu appears under the Dashboard main menu item. Don't look for it in The plugin can use the following configuration options in wp-config.php: -| Configuration Parameter | Description | Default, if any | -| :---------------------- | ------------------------------------------------------------------------------------------: | -------------------------------------: | -| AP_ENABLE | Enable API rewrite | false | -| AP_API_KEY | The API Key for AspireCloud (not currently enforced) | | -| AP_HOST | API domain name | api.aspirecloud.org | -| AP_DEBUG | Enable Debug Mode | false | -| AP_DEBUG_TYPES | an array of debug modes | array('string', 'request', 'response') | -| AP_DISABLE_SSL | Disabled SSL verification for local testing | true | -| AP_REMOVE_UI | Disables plugin settings user interface, defaults to config parameters set in wp-config.php | false | +| Configuration Parameter | Description | Default, if any | +| :---------------------- | -------------------------------------------------------------------------------------------------------: | -------------------------------------: | +| AP_ENABLE | Enable API rewrite | false | +| AP_API_KEY | The API Key for AspireCloud (not currently enforced) | | +| AP_HOST | API domain name | api.aspirecloud.org | +| AP_DEBUG | Enable Debug Mode | false | +| AP_DEBUG_TYPES | an array of debug modes | array('string', 'request', 'response') | +| AP_DISABLE_SSL | Disabled SSL verification for local testing | true | +| AP_REMOVE_UI | Disables plugin settings user interface and branding, defaults to config parameters set in wp-config.php | false | To set AP_DEBUG_TYPES use an array to define the constant: