Skip to content

Commit cd8d277

Browse files
bruno-garciayjbanov
authored andcommitted
fix: Version range requires double quotes (#51)
1 parent 545ce93 commit cd8d277

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
@@ -24,7 +24,7 @@ Add `sentry` dependency to your `pubspec.yaml`:
2424

2525
```yaml
2626
dependencies:
27-
sentry: >=3.0.0 <4.0.0
27+
sentry: ">=3.0.0 <4.0.0"
2828
```
2929
3030
In your Dart code, import `package:sentry/sentry.dart` and create a `SentryClient` using the DSN issued by Sentry.io:

0 commit comments

Comments
 (0)