David PHAM-VAN

Update Readme to point to the right images

@@ -8,7 +8,7 @@ This library is divided in two parts: @@ -8,7 +8,7 @@ This library is divided in two parts:
8 It can create a full multi-pages document with graphics, 8 It can create a full multi-pages document with graphics,
9 images and text using TrueType fonts. With the ease of use you already know. 9 images and text using TrueType fonts. With the ease of use you already know.
10 10
11 -![Example document](example.jpg) 11 +<img alt="Example document" src="https://raw.githubusercontent.com/DavBfr/dart_pdf/master/pdf/example.jpg">
12 12
13 > Use the `printing` package <https://pub.dartlang.org/packages/printing> 13 > Use the `printing` package <https://pub.dartlang.org/packages/printing>
14 > for full flutter print and share operation. 14 > for full flutter print and share operation.
@@ -5,7 +5,7 @@ documents to android or ios compatible printers @@ -5,7 +5,7 @@ documents to android or ios compatible printers
5 5
6 See the example on how to use the plugin. 6 See the example on how to use the plugin.
7 7
8 -<img alt="Example document" src="example.png" width="300"> 8 +<img alt="Example document" src="https://raw.githubusercontent.com/DavBfr/dart_pdf/master/printing/example.png" width="300">
9 9
10 > This plugin uses the `pdf` package <https://pub.dartlang.org/packages/pdf> 10 > This plugin uses the `pdf` package <https://pub.dartlang.org/packages/pdf>
11 > for pdf creation. Please refer to <https://pub.dartlang.org/documentation/pdf/latest/> 11 > for pdf creation. Please refer to <https://pub.dartlang.org/documentation/pdf/latest/>