directus-extension-texttoanything 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "directus-extension-texttoanything",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "keywords": [
5
5
  "directus",
6
6
  "directus-extension",
package/readme.md CHANGED
@@ -11,7 +11,7 @@ This extension bundle offers the required operations to achieve that!
11
11
  The package currently supports the following operations:
12
12
 
13
13
  - Create a PDF based on the provided HTML
14
- - Create a HTML Template to PDF
14
+ - Create a PDF based on a HTML Template
15
15
  - Create a QRCode
16
16
  - Create a Barcode
17
17