Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sinyu890807 committed Sep 7, 2014
1 parent 8f04861 commit 994223f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Of course you may have your own Application and has already configured here, lik
</application>
</manifest>
```
That's not problem. Just change the inheritance of **MyOwnApplication** from **Application** to **LitePalApplication**, like:
That's OK. LitePal can still live with that. Just change the inheritance of **MyOwnApplication** from **Application** to **LitePalApplication**, like:
``` java
public class MyOwnApplication extends LitePalApplication {
...
Expand Down

0 comments on commit 994223f

Please sign in to comment.