From b861c62842176d8f5eb702d79104b25e134b39a2 Mon Sep 17 00:00:00 2001 From: Bert De Block Date: Wed, 27 Oct 2021 21:02:41 +0200 Subject: [PATCH] docs: clarify which options are configurable via `config/environment.js` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3daf98f9..67b91f6d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ As of v3.0.0 this addon maintains the page title by using the `` tag in y | replace | boolean | false | Replace all previous elements with the active | | front | boolean | false | If the token should always be in the beginning of the resulting title. | -These defaults are configurable in `config/environment.js`: +The default values for `separator`, `prepend` and `replace` are configurable via `config/environment.js`: ```javascript // config/environment.js