From c17b5fdaceaa95f93a2aa9b5edce77f11bb70111 Mon Sep 17 00:00:00 2001 From: madjin <32600939+madjin@users.noreply.github.com> Date: Sun, 16 Apr 2023 19:49:47 -0400 Subject: [PATCH] fix readme table.py --- scripts/table.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/table.py b/scripts/table.py index 46da5fe..786fb5e 100644 --- a/scripts/table.py +++ b/scripts/table.py @@ -5,12 +5,10 @@ def main(): if "--head" in sys.argv: - print("# Asset Pallet\n") - print("[![Asset Pallet Generator](https://github.com/madjin/asset-pallet/actions/workflows/main.yml/badge.svg)](https://github.com/madjin/asset-pallet/actions/workflows/main.yml)\n") + print("# Booths\n") + print("[![Asset Pallet Generator](https://github.com/neon-buidl/booths/actions/workflows/main.yml/badge.svg)](https://github.com/neon-buidl/booths/actions/workflows/main.yml)\n") print("Download templates: https://sketchfab.com/3d-models/remixable-booth-templates-d565cb7935744d6190b7d23b260e743b\n") print("\n") - print("To use this, you must fork the repo then add your assets into the models folder. You can replace anything that's already in there. Important: you must go to GitHub settings and allow for action runners to commit stuff to repo and edit the config with your info if you want to use this properly with github pages.") - print("\n") sys.exit(0) if len(sys.argv) < 2: