Skip to content

Commit 46d5822

Browse files
committed
fix: correct typo in README generation and add contribution format reference
1 parent 3200c9e commit 46d5822

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/generate-readme.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const INTRO = `<div style="width:100%; display:flex; justify-content:center; ali
77
</div>
88
99
> [!IMPORTANT]
10-
> If you find a useful GIT command - be sure to sent a PR here as well :)
10+
> If you find a useful GIT command - be sure to send a PR here as well :)
11+
> Refer to [contribution format guide](./dev-docs/FORMAT.md) to send a PR.
1112
`;
1213

1314
const TOC_HEADER = '# Table of Contents';

0 commit comments

Comments
 (0)