Fixed typo
This commit is contained in:
parent
608764e5eb
commit
bcb4647319
4 changed files with 6 additions and 7 deletions
|
|
@ -44,7 +44,7 @@
|
|||
### Installation
|
||||
```bash
|
||||
# Navigate to project
|
||||
cd manyfold-node
|
||||
cd makerstash
|
||||
|
||||
# Install dependencies (if any new ones)
|
||||
npm install
|
||||
|
|
|
|||
2
INDEX.md
2
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue