diff --git a/README.md b/README.md index 27d5b12..5ded482 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Nylas Web +# Nylas JavaScript > Modern, open source JavaScript/TypeScript packages for integrating with the Nylas platform @@ -27,23 +27,6 @@ npm install @nylas/connect --- -*More packages coming soon! This repository will expand to include additional Nylas integration tools and utilities.* - -## 🚀 Quick Start - -1. **Install a package** - ```bash - npm install @nylas/connect - ``` - -2. **Follow the package documentation** - - Each package has comprehensive documentation in its README - - Examples and guides are included - -3. **Get your Nylas credentials** - - Sign up at [nylas.com](https://nylas.com) - - Get your Client ID from the [Nylas Dashboard](https://dashboard.nylas.com) - ## 🛠 Development This is a monorepo managed with **pnpm workspaces**. @@ -80,8 +63,7 @@ This project is licensed under the MIT License - see the [LICENSE](./LICENSE) fi - **📚 Documentation**: [developer.nylas.com](https://developer.nylas.com) - **💬 Community**: [Forums](https://forums.nylas.com) - **🐛 Issues**: [GitHub Issues](https://github.com/nylas/web/issues) -- **✉️ Email**: support@nylas.com --- -*Built with ❤️ by the Nylas team and open source contributors.* \ No newline at end of file +*Built with ❤️ by the Nylas team and open source contributors.* diff --git a/package.json b/package.json index 5d6869c..8967230 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@nylas/web", + "name": "@nylas/javascript", "version": "1.0.0", "description": "Modern, open source JavaScript/TypeScript packages for integrating with the Nylas platform", "type": "module",