Skip to content

Commit 731ef3d

Browse files
committed
📝 Update README.
1 parent b2bd871 commit 731ef3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Language: [English](README.md) | 中文简体
6060

6161
```yaml
6262
dependencies:
63-
wechat_assets_picker: ^2.2.0
63+
wechat_assets_picker: ^latest_version
6464
```
6565
6666
在你的代码中导入:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Althought the package provide selection for assets, it still require users build
5959
Add `wechat_assets_picker` to `pubspec.yaml` dependencies.
6060
```yaml
6161
dependencies:
62-
wechat_assets_picker: ^2.2.0
62+
wechat_assets_picker: ^latest_version
6363
```
6464
Then import the package in your code:
6565
```dart

0 commit comments

Comments
 (0)