diff --git a/README.md b/README.md
index 56ee1a6..c7f20c2 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,8 @@
PDF viewer component for Vue 2 and Vue 3
-```
-TODO: shields.io
-```
+[](https://npmjs.com/package/pdf-viewer-vue)[](https://npmjs.com/package/pdf-viewer-vue)[](https://github.com/DingRui12138/vue-pdf-viewer)[](https://github.com/DingRui12138/vue-pdf-viewer/blob/master/LICENSE)
-
## Compatibility
@@ -105,11 +102,14 @@ export default {
### Props
- | Name | Type | Accepted values | Description |
- | -------- | ---------- | --------------------------------------------------------------------------------------------------------------- | ------------------ |
- | source | `string` | document `URL` or `Base64` | source of document |
- | controls | `string[]` | `[`
`'download',`
`'print',`
`'rotate',`
`'zoom',`
`'catalog',`
`'switchPage',`
`]` | visible controls |
- | | | | |
+ | Name | Type | Accepted values | Description |
+ | -------------- | ---------- | --------------------------------------------------------------------------------------------------------------- | ------------------ |
+ | source | `string` | document `URL` or `Base64` | source of document |
+ | controls | `string[]` | `[`
`'download',`
`'print',`
`'rotate',`
`'zoom',`
`'catalog',`
`'switchPage',`
`]` | visible controls |
+ | loading-text | `string` | - | loading text |
+ | rendering-text | `string` | - | rendering text |
+
+