diff --git a/plugins/devtools/README.md b/plugins/devtools/README.md index f6db8d1417..ca9b436acc 100644 --- a/plugins/devtools/README.md +++ b/plugins/devtools/README.md @@ -418,8 +418,10 @@ By default, only packages with names starting with `@backstage` and `@internal` devTools: info: packagePrefixes: - - @roadiehq/backstage- - - @spotify/backstage- + # Note that you MUST have quotes around these. The YAML won't be valid + # if you don't, because of the leading at-symbols. + - '@roadiehq/backstage-' + - '@spotify/backstage-' ``` ### External Dependencies Configuration