Skip to content

Commit 4bbe07e

Browse files
author
zhouxingrong
committed
fix .md
1 parent c0ec865 commit 4bbe07e

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,17 @@ Add it in your root build.gradle at the end of repositories:
5252

5353
>Step 4. Initialization configuration
5454
55-
56-
\* extends Application{
55+
App extends Application{
5756

5857
@Override
5958
public void onCreate() {
6059
super.onCreate();
6160

62-
//AndroidTools initialise.
63-
AndroidTools.init(getApplicationContext(), "LogTag");
64-
61+
//AndroidTools initialise.
62+
AndroidTools.init(getApplicationContext(), "LogTag");
6563
}
66-
}
67-
64+
}
6865

6966
---
7067

71-
#### Setup Complete!!! ####
68+
#### It was smashing! Setup Complete!!! ####

0 commit comments

Comments
 (0)