Skip to content

Commit 479494b

Browse files
committed
chore: update README with correct GitHub links and demo image
1 parent 582ff53 commit 479494b

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ A comprehensive network request debugging tool for React Native applications. Mo
44

55
[![Version](https://img.shields.io/npm/v/react-native-api-debugger)](https://www.npmjs.com/package/react-native-api-debugger)
66
[![Downloads](https://img.shields.io/npm/dm/react-native-api-debugger)](https://www.npmjs.com/package/react-native-api-debugger)
7-
[![License](https://img.shields.io/npm/l/react-native-api-debugger)](https://github.com/your-username/react-native-api-debugger/blob/main/LICENSE)
7+
[![License](https://img.shields.io/npm/l/react-native-api-debugger)](https://github.com/cmcWebCode40/react-native-api-debugger/blob/main/LICENSE)
88
[![Platform](https://img.shields.io/badge/platform-react--native-blue)](https://reactnative.dev/)
99
[![TypeScript](https://img.shields.io/badge/typescript-supported-blue)](https://www.typescriptlang.org/)
1010

1111

12-
![React Native API Debugger](demo/demo.gif)
12+
![React Native API Debugger](demo/rn-api-debugger-demo.gif)
1313

1414
## ✨ Features
1515

@@ -343,7 +343,7 @@ export default function App() {
343343
We welcome contributions! Here's how to get started:
344344

345345
1. **Fork the repository**
346-
2. **Clone your fork**: `git clone https://github.com/your-username/react-native-api-debugger.git`
346+
2. **Clone your fork**: `git clone https://github.com/cmcWebCode40/react-native-api-debugger.git`
347347
3. **Install dependencies**: `npm install`
348348
4. **Create a feature branch**: `git checkout -b feature/amazing-feature`
349349
5. **Make your changes** and add tests
@@ -356,7 +356,7 @@ We welcome contributions! Here's how to get started:
356356

357357
```bash
358358
# Clone the repository
359-
git clone https://github.com/your-username/react-native-api-debugger.git
359+
git clone https://github.com/cmcWebCode40/react-native-api-debugger.git
360360

361361
# Install dependencies
362362
cd react-native-api-debugger
@@ -377,20 +377,16 @@ MIT License - see the [LICENSE](LICENSE) file for details.
377377

378378
## 🆘 Support & Community
379379

380-
- 🐛 **Bug Reports**: [GitHub Issues](https://github.com/your-username/react-native-api-debugger/issues)
381-
- 💡 **Feature Requests**: [GitHub Discussions](https://github.com/your-username/react-native-api-debugger/discussions)
382-
- 📖 **Documentation**: [Wiki](https://github.com/your-username/react-native-api-debugger/wiki)
380+
- 🐛 **Bug Reports**: [GitHub Issues](https://github.com/cmcWebCode40/react-native-api-debugger/issues)
381+
- 💡 **Feature Requests**: [GitHub Discussions](https://github.com/cmcWebCode40/react-native-api-debugger/discussions)
382+
- 📖 **Documentation**: [Wiki](https://github.com/cmcWebCode40/react-native-api-debugger/wiki)
383383
- 💬 **Community**: [Discord Server](https://discord.gg/your-discord)
384384
- 🐦 **Updates**: [@YourTwitter](https://twitter.com/your-twitter)
385385

386386
## 📊 Stats & Recognition
387387

388388
<div align="center">
389389

390-
[![GitHub stars](https://img.shields.io/github/stars/your-username/react-native-api-debugger?style=social)](https://github.com/your-username/react-native-api-debugger)
391-
[![GitHub forks](https://img.shields.io/github/forks/your-username/react-native-api-debugger?style=social)](https://github.com/your-username/react-native-api-debugger)
392-
[![Twitter Follow](https://img.shields.io/twitter/follow/your-twitter?style=social)](https://twitter.com/your-twitter)
393-
394390
**Made with ❤️ for the React Native community**
395391

396392
</div>

0 commit comments

Comments
 (0)