Skip to content
This repository was archived by the owner on Jun 15, 2024. It is now read-only.

Commit 85d8ba6

Browse files
committed
doc(README): update README
1 parent 5170ffd commit 85d8ba6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a very basic PDF view implementation that does only one thing, and
44
that is to display PDF files. It conveniently uses the iOS `UIWebView`, but
5-
for Android it uses AndroidPdfView.
5+
for Android it uses [AndroidPdfViewer](https://github.com/barteksc/AndroidPdfViewer).
66

77
This plugin does the bare minimum required to render the PDF, no configuration
88
options, and no error handling have been built yet. I welcome all Pull Requests!
@@ -11,7 +11,7 @@ options, and no error handling have been built yet. I welcome all Pull Requests!
1111

1212
##
1313

14-
Check out the demo folder for a sample usage.
14+
Check out the [demo](./demo) folder for a sample usage.
1515

1616
## Angular 2
1717

@@ -27,7 +27,7 @@ If you're using the plugin with Angular 2, the plugin automatically registers
2727
2. Include the tag in your template:
2828

2929
```html
30-
<PDFView [src]="'http://www.pdf995.com/samples/pdf.pdf'"></PDFView>
30+
<PDFView [src]="src" (load)="onLoad()"></PDFView>
3131
```
3232

3333
# Try the Demo

0 commit comments

Comments
 (0)