Skip to content

Commit 343ec5c

Browse files
authored
docs(bloc_lint): update installation snippet (#4558)
1 parent ba01b41 commit 343ec5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import { Code } from '@astrojs/starlight/components';
33
4-
const code = `dart pub add --dev bloc_lint:^0.2.0-dev`;
4+
const code = `dart pub add --dev bloc_lint:^0.2.0`;
55
---
66

77
<Code code={code} lang="sh" />

0 commit comments

Comments
 (0)