Skip to content

Commit

Permalink
update to readme file
Browse files Browse the repository at this point in the history
making changes to the version typo  since newbies have a problem when pasting to pubspec.yaml file. The version should be ^3.0.6 instead of just 3.0.6
  • Loading branch information
flavian-anselmo authored and daegalus committed Mar 5, 2022
1 parent af8f347 commit d7bc930
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 @@ -32,7 +32,7 @@ pub.dartlang.org: (you can use 'any' instead of a version if you just want the l

```yaml
dependencies:
uuid: 3.0.6
uuid: ^3.0.6
```

```dart
Expand Down

0 comments on commit d7bc930

Please sign in to comment.