From 8ff6d6e4c1165dec8def60f0e6da54803c7f7909 Mon Sep 17 00:00:00 2001 From: Purrseus Date: Mon, 3 Feb 2025 23:05:09 +0700 Subject: [PATCH] docs: update README.md --- README.md | 14 ++++++-------- package.json | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 82e1715..e2d5872 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # React Native Xenon -### A comprehensive tool for analyzing HTTP(S) requests and logs in React Native apps. :microscope: +### A powerful in-app debugging tool for React Native. @@ -22,13 +22,11 @@ ## Features -- HTTP/HTTPS request monitoring with support for **XHR** and **Fetch API** -- **WebSocket** connection tracking -- **Console** logging interception (log, info, warn, error, etc.) -- **Draggable bubble** interface for quick access -- Request/response inspection with **detailed information** -- Real-time monitoring capabilities -- Works with both **React Native** and **Expo** projects +- :iphone: **In-app debugging** – No need to build a debug version; inspect your app in any environment. +- :globe_with_meridians: **Network & WebSocket Monitoring** – Track **HTTP(S) requests** (XHR, Fetch) and **WebSocket connections** in real-time. +- :page_with_curl: **Console Log Capture** – Intercept **log, info, warn, and error** messages for better debugging insights. +- :zap: **Seamless Debugging** – Debug without disrupting your workflow, with a draggable bubble for instant access. +- :sparkles: **Cross-Platform Support** – Works with both **React Native** and **Expo** projects. ## Installation diff --git a/package.json b/package.json index 374ec8d..edc0ab2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-xenon", "version": "0.5.1", - "description": "A comprehensive tool for analyzing HTTP(S) requests and logs in React Native apps. 🔬", + "description": "A powerful in-app debugging tool for React Native.", "source": "./src/index.ts", "main": "./lib/commonjs/index.js", "module": "./lib/module/index.js",