From 7a9d1dbf92d98ae27d2129a433a577035f3e45cb Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 21 Apr 2026 18:44:35 +0200 Subject: [PATCH] chore: update README.md to test code.ayo.run dev environment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e652fa8..0510faf 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ If you want to run build before deploying, do `npm run build:deploy` ## Auto-mirror to various code forges -The power of git lies within its decentralized nature. I push this project to three different code forges, because I'm paranoid like that. No, I just like to show off. I do this with a post-commit hook that automatically calls `git push --mirror`, and you can see that in the `.husky/post-commit` file. +I push this project to three different code forges, because I'm paranoid like that. No, I just like to show off. I do this with a post-commit hook that automatically calls `git push --mirror`, and you can see that in the `.husky/post-commit` file. ---