From 39d7d520c8f3ec7136266a8b36d42cc1fb35ef1c Mon Sep 17 00:00:00 2001 From: Ahmed Anwar Date: Wed, 22 Nov 2017 13:43:07 +0200 Subject: [PATCH] Updating readme file --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c8b7ca..c4addfd 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,20 @@ +# Instabug bug reporting for react native + +[![npm](https://img.shields.io/npm/v/instabug-reactnative.svg)](https://www.npmjs.com/package/instabug-reactnative) +[![npm](https://img.shields.io/npm/dt/instabug-reactnative.svg)](https://www.npmjs.com/package/instabug-reactnative) +[![npm](https://img.shields.io/npm/l/instabug-reactnative.svg)](https://github.com/Instabug/instabug-reactnative/blob/master/LICENSE) +[![Twitter](https://img.shields.io/badge/twitter-@Instabug-blue.svg)](https://twitter.com/Instabug) -# instabug-reactnative Upgrading? Check the [Upgrade Guide](#upgrading-guide) before bumping to a new major version. + + +Instabug is a reliable [bug reporting and user feedback platform](https://instabug.com/bug-reporting) that empowers mobile-first companies to iterate faster and enhance their app quality. +Gather bug reports from your users and the Instabug SDK will automatically capture an environment snapshot of your user's device including all console logs, [server-side network requests](https://instabug.com/network-logging), [bug reproduction steps](https://instabug.com/user-steps) and more details that would help you debug and fix bugs faster. + +For more info, visit [Instabug.com](https://www.instabug.com). + ## Installation This section explains how to install Instabug SDK into your React Native application. @@ -99,4 +111,4 @@ If you have any questions or feedback don't hesitate to get in touch. You can re This software is released under MIT License. -© 2016 Instabug. All rights reserved. +© 2017 Instabug. All rights reserved.