Skip to content

Commit

Permalink
Merge pull request #49 from RyoheiTomiyama/RyoheiTomiyama-patch-1
Browse files Browse the repository at this point in the history
Fix README.md
  • Loading branch information
RockerFlower authored Sep 28, 2023
2 parents d61df6c + 888006e commit 256d134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ static const _heightPercentages = [
WaveWidget(
config: CustomConfig(
colors: colors,
colors: _colors,
durations: _durations,
heightPercentages: _heightPercentages,
),
backgroundColor: _backgroundColor,
size: Size(double.infinity, double.infinity),
waveAmplitude: 0,
),
```
```

1 comment on commit 256d134

@vercel
Copy link

@vercel vercel bot commented on 256d134 Sep 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wave – ./

wave-glory.vercel.app
wave-seven.vercel.app
wave.glorylab.xyz
wave-git-master-glory.vercel.app

Please sign in to comment.