David PHAM-VAN

Fix typo in README

# Changelog
## 5.5.1
- Fix typo in README.
## 5.5.0
- Add custom loading widget to PdfPreview widget
... ...
... ... @@ -143,7 +143,7 @@ PdfPreview(
);
```
This widget is compatible with Android, iOS, macOS, Linau, Windows and web.
This widget is compatible with Android, iOS, macOS, Linux, Windows and web.
## Designing your PDF document
... ...
... ... @@ -7,7 +7,7 @@ description: >
homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing
repository: https://github.com/DavBfr/dart_pdf
issue_tracker: https://github.com/DavBfr/dart_pdf/issues
version: 5.5.0
version: 5.5.1
environment:
sdk: ">=2.12.0 <3.0.0"
... ...