Skip to content

Commit 505f365

Browse files
committed
repair english document error
1 parent 3bbad0f commit 505f365

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README_EN.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ JetBrains IDEA/Android Studio MVP template code generation plug-in
3535
[`download the latest release of plug-in package `][latest-release] - > <kbd>File</kbd> ><kbd>Preferences(Settings)</kbd> > <kbd>Plugins</kbd> > <kbd>Install plugin from disk...</kbd>
3636

3737
- **Restart the IDE**.
38-
38+
3939
## Usage
4040

4141
1. Configure the parent interface:
@@ -62,7 +62,7 @@ JetBrains IDEA/Android Studio MVP template code generation plug-in
6262

6363
![use1](./images/use1.png)
6464

65-
- right click the target package to be generated,< KBD >New</ KBD > > < KBD >Generate Mvp Code</ KBD > (or select the package, press Alt+Insert). After generating the contract package, you can select the parent package of the contract package or contract.
65+
- right click the target package to be generated,<kbd>New</kbd> > <kbd>Generate Mvp Code</kbd> (or select the package, press Alt+Insert). After generating the contract package, you can select the parent package of the contract package or contract.
6666

6767
- enter the code generated by the name, such as do the Login function, enter the Login and generate results is ILoginContract, LoginActivity, LoginPresenter, LoginModel
6868

@@ -81,7 +81,8 @@ Only use my own currently use interface to development and testing, welcome to u
8181
## Problem
8282

8383
- if the parent interface and the parent class have a generic qualifier, you will need to manually enter the generic after selecting it, but it will be saved only once set and will not change frequently in the project.
84-
-we haven't studied the layout file corresponding to the View, and it would be more convenient if we could also generate the default.
84+
85+
- we haven't studied the layout file corresponding to the View, and it would be more convenient if we could also generate the default.
8586

8687
- other unknown problems, this plug-in is the first time for the author to develop the plug-in, which is completely from 0. The official documents are not very detailed, and the English level is even worse.
8788

0 commit comments

Comments
 (0)