Skip to content

Commit

Permalink
doc: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Nov 18, 2024
1 parent 60210d2 commit b797eff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://raw.githubusercontent.com/mcmah309/rust/master/.github/DR.png" width="500px">
<img src="https://raw.githubusercontent.com/mcmah309/rust/master/.github/DR.png" width="250px">

[![Pub Version](https://img.shields.io/pub/v/rust.svg)](https://pub.dev/packages/rust)
[![Dart Package Docs](https://img.shields.io/badge/documentation-pub.dev-blue.svg)](https://pub.dev/documentation/rust/latest/)
Expand Down Expand Up @@ -50,6 +50,7 @@ void main() {
.mapWindows(2, identity)
.enumerate()
.peekable();
while (iter.moveNext()) {
final (index, window) = iter.current;
switch (window) {
Expand Down

0 comments on commit b797eff

Please sign in to comment.