diff --git a/IMPLEMENTATION_GUIDE.md b/IMPLEMENTATION_GUIDE.md index b851435..341167d 100644 --- a/IMPLEMENTATION_GUIDE.md +++ b/IMPLEMENTATION_GUIDE.md @@ -44,7 +44,7 @@ ### Installation ```bash # Navigate to project -cd manyfold-node +cd makerstash # Install dependencies (if any new ones) npm install diff --git a/INDEX.md b/INDEX.md index 7a15746..4836849 100644 --- a/INDEX.md +++ b/INDEX.md @@ -220,7 +220,7 @@ See: [FEATURES_NEW.md#implementation](./FEATURES_NEW.md#implementation-5) ## 📝 File Organization ``` -manyfold-node/ +makerstash/ ├── Documentation (6 files) │ ├── README.md ← Original project readme │ ├── FEATURES_IMPLEMENTED.md ← Previous features diff --git a/README.md b/README.md index 5f798b3..0b21923 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ A powerful 3D model file manager for makers and 3D printing enthusiasts. Organiz 2. Install dependencies: ```bash -cd manyfold-node +cd makerstash npm install ``` @@ -185,7 +185,7 @@ makerstash/ ## Contributing -This is a demonstration project inspired by Manyfold. Feel free to fork and modify for your needs! +This is a powerful 3D model management system. Feel free to fork and modify for your needs! ## License @@ -193,7 +193,6 @@ MIT ## Acknowledgments -- Inspired by [Manyfold](https://manyfold.app/) - an excellent Ruby on Rails 3D model manager - Built with love for makers and the 3D printing community ## Support diff --git a/test-api.sh b/test-api.sh index d8100d2..1a2c943 100755 --- a/test-api.sh +++ b/test-api.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Test script for Manyfold Node API -echo "Testing Manyfold Node API..." +# Test script for 3D Model Manager API +echo "Testing 3D Model Manager API..." echo "" # Health check