From 3b70e0d64bb48ff767cb04d6d82bc68e4d74d437 Mon Sep 17 00:00:00 2001 From: harshalpawar41 <53263565+harshalpawar41@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:10:18 +0530 Subject: [PATCH] Update README.md just add some changes for demo --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 82803d1..df6d93f 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,21 @@ Squash Client Library: Java This client library reports exceptions to Squash, the Squarish exception reporting and management system. +------------- Documentation ------------- For an overview of the various components of Squash, see the website documentation at https://github.com/SquareSquash/web. +------------- Compatibility ------------- This library is compatible with J2SE 1.6 or newer. All dependencies are handled by Maven. +----- Usage ----- @@ -102,6 +105,7 @@ Thread.setDefaultUncaughtExceptionHandler( new SquashUncaughtExceptionHandler(this, handler)); ```` +----------------------------- De-Obfuscation and File Paths -----------------------------