Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit 31d825c

Browse files
committed
Remove deprecated prefix syntax in README
1 parent 6fe1b3e commit 31d825c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void main() {
1919
final height = 165(centi(meter));
2020
final weight = 53(kilo(gram));
2121
final bmi = weight / (height * height);
22-
print('${bmi.to(kilo.gram / squareMeter)} kg / m^2');
22+
print('${bmi.to(kilo(gram) / squareMeter)} kg / m^2');
2323
}
2424
```
2525

0 commit comments

Comments
 (0)