diff --git a/README.md b/README.md index 963be2f..0271bc4 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ curl -X POST http://localhost:3000/api/generate \ ## 📄 License -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. +This project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details. ## 🙏 Acknowledgments @@ -324,4 +324,4 @@ See `TESTING.md` for comprehensive testing procedures including installation ver | Permission Denied | `sudo chown -R $(whoami):$(whoami) certificates/` | | Port Already in Use | `PORT=3001 npm start` | | CA Installation Issues | `mkcert -install && ls -la $(mkcert -CAROOT)` | -| Browser Trust Issues | Clear cache, restart browser after CA installation | \ No newline at end of file +| Browser Trust Issues | Clear cache, restart browser after CA installation |