David PHAM-VAN

Fix typo in README

1 # Changelog 1 # Changelog
2 2
  3 +## 5.5.1
  4 +
  5 +- Fix typo in README.
  6 +
3 ## 5.5.0 7 ## 5.5.0
4 8
5 - Add custom loading widget to PdfPreview widget 9 - Add custom loading widget to PdfPreview widget
@@ -143,7 +143,7 @@ PdfPreview( @@ -143,7 +143,7 @@ PdfPreview(
143 ); 143 );
144 ``` 144 ```
145 145
146 -This widget is compatible with Android, iOS, macOS, Linau, Windows and web. 146 +This widget is compatible with Android, iOS, macOS, Linux, Windows and web.
147 147
148 ## Designing your PDF document 148 ## Designing your PDF document
149 149
@@ -7,7 +7,7 @@ description: > @@ -7,7 +7,7 @@ description: >
7 homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing 7 homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing
8 repository: https://github.com/DavBfr/dart_pdf 8 repository: https://github.com/DavBfr/dart_pdf
9 issue_tracker: https://github.com/DavBfr/dart_pdf/issues 9 issue_tracker: https://github.com/DavBfr/dart_pdf/issues
10 -version: 5.5.0 10 +version: 5.5.1
11 11
12 environment: 12 environment:
13 sdk: ">=2.12.0 <3.0.0" 13 sdk: ">=2.12.0 <3.0.0"