docs: fix typo & file path for main module in README

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I98117d029b48fd117d593759f03cca036a6a6964
This commit is contained in:
raf 2026-04-10 14:27:55 +03:00
commit 3aa6cc9ea6
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -238,7 +238,7 @@ You can't*
### Really? ### Really?
[main module]: ./microfetch/src/main.rs [main module]: ../microfetch/src/main.rs
[discussions tab]: https://github.com/NotAShelf/microfetch/discussions [discussions tab]: https://github.com/NotAShelf/microfetch/discussions
To be fair, you _can_ customize Microfetch by, well, patching it. It is To be fair, you _can_ customize Microfetch by, well, patching it. It is
@ -284,7 +284,7 @@ Kernel, Shell, etc.) are rendered automatically. An unset variable uses the
built-in two-tone NixOS logo. built-in two-tone NixOS logo.
Keep in mind that the custom logo **is not padded**. You will need to mind the Keep in mind that the custom logo **is not padded**. You will need to mind the
spaces if you're providing a custom logo for some sort. spaces if you're providing a custom logo of some sort.
## Contributing ## Contributing