diff options
| author | Fuwn <[email protected]> | 2024-10-19 21:26:51 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-19 21:26:51 +0000 |
| commit | 7a652ccf7a5e5619251788d359008a696b6ca13d (patch) | |
| tree | 107e83823dadecb2bc16f72b67e575fefc200acf | |
| parent | docs: move examples text into examples (diff) | |
| download | yae-7a652ccf7a5e5619251788d359008a696b6ca13d.tar.xz yae-7a652ccf7a5e5619251788d359008a696b6ca13d.zip | |
docs(readme): fix typo
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -95,8 +95,8 @@ You can either install Yae through the flake that this repository exposes or through [Tsutsumi](https://github.com/Fuwn/tsutsumi). [Tsutsumi](https://github.com/Fuwn/tsutsumi) provides both flake and flake-less installation -options, while this repsitory only provides installation support through flakes using the -exported `inputs.yae.packages.${pkgs.system}.yae` package. +options, while this repository only provides installation support through flakes +using the exported `inputs.yae.packages.${pkgs.system}.yae` package. <details closed> <summary>Click here to see a minimal Nix flake that exposes a development shell with Yae bundled.</summary> |