diff options
| author | Fuwn <[email protected]> | 2024-10-15 02:09:43 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-15 02:10:10 +0000 |
| commit | 85a983e8ffcf20f3c6f31b5f4402ad082d420192 (patch) | |
| tree | b6c3bdf1ba17c60a9e550ed0c05942557b07ce8e | |
| parent | docs(readme): update hook wording (diff) | |
| download | yae-85a983e8ffcf20f3c6f31b5f4402ad082d420192.tar.xz yae-85a983e8ffcf20f3c6f31b5f4402ad082d420192.zip | |
docs(readme): fix typo
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ showcasing Yae in action. # a Nix package derivation for it. import "${self}/lib/zen-browser-bin.nix" { # Here, the latest SHA256 hash and release version from Yae are passed to Tsutsumi's - # Zen browser packace function. + # Zen browser package function. # # If `yae update` is ran and a new release is detected, these values are # updated by Yae, which then triggers another workflow to build and send the |