logbubble 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/js/logbubble)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
|
-
[](https://github.com/
|
|
5
|
+
[](https://github.com/dkumar600/LogBubble)
|
|
6
6
|
|
|
7
7
|
A lightweight, floating log viewer for monitoring network requests and console logs in web applications. Perfect for debugging web apps, Capacitor apps, and Progressive Web Apps (PWAs) directly on mobile devices or in production-like environments.
|
|
8
8
|
|
|
@@ -218,7 +218,7 @@ Make sure your app is using native `fetch` or `XMLHttpRequest` APIs. Some custom
|
|
|
218
218
|
|
|
219
219
|
## Support
|
|
220
220
|
|
|
221
|
-
For issues, feature requests, or questions, please open an issue on [GitHub](https://github.com/
|
|
221
|
+
For issues, feature requests, or questions, please open an issue on [GitHub](https://github.com/dkumar600/LogBubble/issues).
|
|
222
222
|
|
|
223
223
|
## License
|
|
224
224
|
|
|
@@ -226,7 +226,7 @@ MIT
|
|
|
226
226
|
|
|
227
227
|
## Contributing
|
|
228
228
|
|
|
229
|
-
Contributions are welcome! Please feel free to submit issues or pull requests on [GitHub](https://github.com/
|
|
229
|
+
Contributions are welcome! Please feel free to submit issues or pull requests on [GitHub](https://github.com/dkumar600/LogBubble).
|
|
230
230
|
|
|
231
231
|
### Getting Started with Development
|
|
232
232
|
|
|
@@ -241,4 +241,4 @@ If you want to contribute to LogBubble:
|
|
|
241
241
|
|
|
242
242
|
Built with ❤️ for developers who need better mobile debugging tools.
|
|
243
243
|
|
|
244
|
-
**Made by [Deepak Kumar](https://github.com/
|
|
244
|
+
**Made by [Deepak Kumar](https://github.com/dkumar600)**
|