Skip to content

Commit 05177b2

Browse files
committed
Update README
1 parent 9c63b11 commit 05177b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ public class App extends BaseApplication {
366366

367367
### 其它示例
368368

369-
**BaseViewModel** 示例 (如果您继承使用了BaseViewModel或其子类,你需要参照如下方式在类上添加**@HiltViewModel**并在构造函数上添加**@Inject**注解)
369+
**BaseViewModel** 示例 (如果您继承使用了BaseViewModel或其子类,你需要参照如下方式在类上添加 **@HiltViewModel** 并在构造函数上添加 **@Inject** 注解)
370370
```java
371371
@HiltViewModel
372372
public class YourViewModel extends BaseViewModel<YourModel> {

0 commit comments

Comments
 (0)