changed guidanced to best practices

This commit is contained in:
Beverly Nguyen
2024-10-24 17:03:45 -07:00
parent 4b85ae6493
commit 2bbc58c8af
9 changed files with 19 additions and 19 deletions

View File

@@ -34,7 +34,7 @@ cf set-env <APP_NAME> <ENV_VAR_NAME> <VALUE>
#### Example:
```
cf set-env notify-admin-sandbox FEATURE_GUIDANCE_ENABLED true
cf set-env notify-admin-sandbox FEATURE_BEST_PRACTICES_ENABLED true
```
### 4. Restage the Application