diff --git a/README.md b/README.md index e5f27e9..d41990c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ > i rarely make sense but still make things ```sh -curl -X PUT -H 'Content-Type: application/json' --data '{"body": "hiii :3 how are you??", "public": false, "author": "curl from your git :p"}' https://api.alemi.dev/msg +curl -X PUT \ + -H 'Content-Type: application/json' \ + --data '{"body": "hiii :3 how are you??", "public": false, "author": "curl from your git :p"}' \ + https://api.alemi.dev/msg ``` ```sh @@ -19,7 +22,16 @@ curl -s https://api.alemi.dev/mood | jq -r .mood --- * **[aiocraft](https://moonlit.technology/alemi/aiocraft)** // **[treepuncher](https://moonlit.technology/alemi/treepuncher)** > asyncio-driven headless client library for block game // an hackable headless minecraft client +--- + * **[bscv](https://moonlit.technology/ftbsc/bscv)** + > next generation block game utility client --- * **[tinker.nvim](https://moonlit.technology/alemi/tinker.nvim)** // **[peak.nvim](https://moonlit.technology/alemi/peak.nvim)** - > a neovim config for those who cannot stop tinkering // a warm colorscheme to keep you cozy at night + > a neovim config for those who cannot stop tinkering // a warm colorscheme to keep you cozy at night +--- + * **[guestbook.rs](https://moonlit.technology/alemi/guestbook.rs)** + > an easy to deploy and customizable guestbook for your site +--- + * **[tci](https://moonlit.technology/alemi/tci)** + > tiny custom CI runner for your selfhosted just-git repositories --- \ No newline at end of file