Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Feb 14, 2015
1 parent 7bec9c1 commit 17c389e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Lynx
====


Are you bored of connect your device to your computer to know what's happening inside your app? If you hate it, this is going to be your favorite library. Shake your phone, press a button or add a ``LynxView`` to your layouts and you'll see what's logcat printing :)
Are you bored of connect your device to your computer to know what's happening inside your app? If you hate it, this is going to be your favorite library. Shake your phone, press a button or add a ``LynxView`` to your layouts and you'll see what Andoird logcat is printing :)

Lynx is an Android library created to show a custom view with all the information logcat is printing, different traces of different levels will be rendererd to show from log messages to your application exceptions. You can filter this traces, share your logcat to other apps, configure the max number of traces to show or the sampling rate used by the library. The min Api Level supported is 8.

Expand Down Expand Up @@ -31,7 +31,7 @@ private void openLynxActivity() {

```

* 2. Configure ``LynxShakeDetector`` to start ``LynxActivity`` for you if you **shake your phone**.
* 2. Configure ``LynxShakeDetector`` to start ``LynxActivity`` if you **shake your phone**.

```java

Expand Down Expand Up @@ -94,7 +94,6 @@ Add Lynx dependency to your build.gradle
dependencies{
compile 'com.github.pedrovgs:lynx:1.0'
compile 'com.squareup:seisimc:1.0.1'
}
```
Expand Down

0 comments on commit 17c389e

Please sign in to comment.