fix: correct typo in README generation and add contribution format reference

This commit is contained in:
mikerambil
2025-07-10 21:21:40 -05:00
parent 3200c9eee8
commit 46d5822c81

View File

@@ -7,7 +7,8 @@ const INTRO = `<div style="width:100%; display:flex; justify-content:center; ali
</div>
> [!IMPORTANT]
> If you find a useful GIT command - be sure to sent a PR here as well :)
> If you find a useful GIT command - be sure to send a PR here as well :)
> Refer to [contribution format guide](./dev-docs/FORMAT.md) to send a PR.
`;
const TOC_HEADER = '# Table of Contents';