Typo fixes in readme
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-12 12:58:56 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-12 12:58:56 +0200 |
| Commit | b4d680454504efd64882872fc9bb280e5e178f40 (patch) |
|
-rw-r--r-- |
README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/README.md b/README.md | |||
| ... | |||
| 5 | extensions provide additional features and convenience functions to |
5 | extensions provide additional features and convenience functions to |
| 6 | improve the overall usage of GNU Make as a task runner. |
6 | improve the overall usage of GNU Make as a task runner. |
| 7 | 7 | ||
| 8 | All the extnstions are written in GNU Make so no other languages are used |
8 | All the extensions are written in GNU Make so no other languages are used |
| 9 | making this very embedable and has zero dependencies other than GNU Make. |
9 | making this very embedable and has zero dependencies other than GNU Make. |
| 10 | 10 | ||
| 11 | > [!NOTE] |
11 | > [!NOTE] |
| ... | |||