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 -----------------------------