Skip to content

Commit abcd994

Browse files
authored
Update README.md
1 parent 5439f0e commit abcd994

1 file changed

Lines changed: 9 additions & 17 deletions

File tree

README.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ Want to see it in action? **[Try the live demo now!](https://your-live-demo-url.
8989

9090
1. **Clone the repository**
9191
```bash
92-
git clone https://github.com/sametgurtuna/github-profile-analyzer.git
93-
cd github-profile-analyzer
92+
git clone https://github.com/sametgurtuna/github-rater.git
93+
cd github-rater
9494
```
9595

9696
2. **Install dependencies**
@@ -177,7 +177,7 @@ Want to see it in action? **[Try the live demo now!](https://your-live-demo-url.
177177
## 🏗️ Project Structure
178178

179179
```
180-
github-profile-analyzer/
180+
github-rater/
181181
├── app/ # Next.js 13+ app directory
182182
│ ├── api/ # API routes
183183
│ │ └── analyze/ # Profile analysis endpoint
@@ -276,8 +276,8 @@ CMD ["npm", "start"]
276276
```
277277

278278
```bash
279-
docker build -t github-profile-analyzer .
280-
docker run -p 3000:3000 github-profile-analyzer
279+
docker build -t github-rater .
280+
docker run -p 3000:3000 github-rater
281281
```
282282

283283
## 🤝 Contributing
@@ -392,25 +392,17 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
392392
- **Heroicons** for consistent iconography
393393

394394
## 📞 Support
395-
396-
- **Documentation**: [GitHub Wiki](https://github.com/yourusername/github-profile-analyzer/wiki)
397-
- **Issues**: [GitHub Issues](https://github.com/yourusername/github-profile-analyzer/issues)
398-
- **Discussions**: [GitHub Discussions](https://github.com/yourusername/github-profile-analyzer/discussions)
399-
- **Email**: support@github-profile-analyzer.com
395+
- **Email**: samet@gurtuna.dev
400396

401397
## ⭐ Star History
402398

403-
[![Star History Chart](https://api.star-history.com/svg?repos=yourusername/github-profile-analyzer&type=Date)](https://star-history.com/#yourusername/github-profile-analyzer&Date)
399+
[![Star History Chart](https://api.star-history.com/svg?repos=yourusername/github-rater&type=Date)](https://star-history.com/#yourusername/github-rater&Date)
404400

405401
---
406402

407403
<div align="center">
408-
409-
**Made with ❤️ by the GitHub Profile Analyzer Team**
410-
411-
[![Live Demo](https://img.shields.io/badge/Live_Demo-00C853?style=for-the-badge&logo=vercel&logoColor=white)](https://your-live-demo-url.com)
412404
[![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sametgurtuna)
413-
[![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/yourusername)
414-
[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://linkedin.com/in/yourusername)
405+
[![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/o7sabalax)
406+
[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://linkedin.com/in/sametgurtuna)
415407

416408
</div>

0 commit comments

Comments
 (0)