react-vector-pdf 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ Wrap your application in the `PdfDocument` component. This component serves as t
|
|
|
35
35
|
|
|
36
36
|
```tsx
|
|
37
37
|
import React from "react";
|
|
38
|
-
import { PdfDocument, PdfText, PdfTable } from "
|
|
38
|
+
import { PdfDocument, PdfText, PdfTable } from "react-vector-pdf";
|
|
39
39
|
|
|
40
40
|
const MyPdf = () => {
|
|
41
41
|
const handleSave = (pdf) => {
|
package/package.json
CHANGED