Skip to content

Commit af54595

Browse files
authored
Merge pull request #244 from cesarParra/cesarParra-patch-1
Update README.md
2 parents 567aba4 + 4699946 commit af54595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ Example: Injecting a copyright notice
386386
//...
387387
macros: {
388388
copyright: () => {
389-
return `Copyright (c) ${new Date().getFullYear()} My Name`;
389+
return `@copyright Copyright (c) ${new Date().getFullYear()} My Name`;
390390
}
391391
}
392392
//...

0 commit comments

Comments
 (0)