Skip to content

Commit 2050ee9

Browse files
authored
Merge branch 'master' into huijbers/fix-yarnlock
2 parents b9f9b53 + aca4d8b commit 2050ee9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/@aws-cdk/pkglint/lib/readme-contents.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ export function cfnOnlyReadmeContents(options: LibraryReadmeOptions) {
6666
...(options.alphaPackageName ? [
6767
'',
6868
'> The construct library for this service is in preview. Since it is not stable yet, it is distributed',
69-
'> as a separate package so that you can pin its version independently of the rest of the CDK. See the package named:',
69+
'> as a separate package so that you can pin its version independently of the rest of the CDK. See the package:',
7070
'>',
71-
`> ${options.alphaPackageName}`,
71+
`> <span class="package-reference">${options.alphaPackageName}</span>`,
7272
] : []),
7373
'',
7474
'<!--BEGIN CFNONLY DISCLAIMER-->',

0 commit comments

Comments
 (0)