directus-extension-texttoanything 0.2.3 → 0.2.4

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "directus-extension-texttoanything",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "keywords": [
5
5
  "directus",
6
6
  "directus-extension",
package/readme.md CHANGED
@@ -39,7 +39,7 @@ Directus Assets folder -> This folder will be used to upload your files into whe
39
39
 
40
40
  ### RapidAPI Token
41
41
 
42
- The RapidAPI token is a requirement for the extension in order to talk with the TextToAnything API. We are using this API to eliminate the need for dependencies.
42
+ The RapidAPI token is a requirement for the extension in order to talk with the TextToAnything API. We are using this API to eliminate the need for dependencies and to monitize any further developments.
43
43
 
44
44
  How to obtain a RapidAPI token:
45
45
 
@@ -51,7 +51,7 @@ How to obtain a RapidAPI token:
51
51
  5. Add your payment details
52
52
  6. Go to Endpoints and you should see the RapidAPI key on the right.
53
53
 
54
- The extension will not function without the Rapid API token, but there will always be a free tier available.
54
+ The extension will not function without the Rapid API token, there will always be a free tier available.
55
55
  You can fill in the token inside of the TTA settings.
56
56
 
57
57
  ## Supported Features
@@ -72,7 +72,7 @@ If there are any questions or bugs, please create an issue.
72
72
 
73
73
  1. How do i find or reset my Rapid API key?
74
74
 
75
- You can find follow [this article](https://docs.rapidapi.com/docs/keys-and-key-rotation#creating-or-rotating-a-rapid-api-key) in order to achieve this.
75
+ You can follow [this article](https://docs.rapidapi.com/docs/keys-and-key-rotation#creating-or-rotating-a-rapid-api-key) in order to achieve this.
76
76
 
77
77
  2. How can i stop my subscription?
78
78