Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersantos committed Mar 13, 2017
1 parent 3b2148c commit 8259e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
## Recommendations
* Always enable ProGuard in your production release. Always, without exceptions.
* PiracyChecker should be included in your `onCreate` method in order to check for a valid license as soon as possible.
* It's recommended to show a new Activity instead of a Dialog when the license is not valid. This way you make sure that the main activity of the app is finished. Just
* It's recommended to show a new Activity instead of a Dialog when the license is not valid. This way you make sure that the main activity of the app is finished. See "[Display results in a Dialog or a new Activity](https://github.com/javiersantos/PiracyChecker#display-results-in-a-dialog-or-a-new-activity)".
* Don't forget to enable ProGuard ;)

## Usage
Expand Down Expand Up @@ -162,7 +162,7 @@ new PiracyChecker(this)

## Customizations

### Display results in a Dialog or a new Activitty
### Display results in a Dialog or a new Activity

It's recommended to show a new Activity instead of a Dialog when the license is not valid. This way you make sure that the main activity of the app is finished.

Expand Down

0 comments on commit 8259e30

Please sign in to comment.