strapi-llm-translator 0.9.0 → 0.9.1

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/README.md +1 -1
  2. package/package.json +8 -2
package/README.md CHANGED
@@ -38,7 +38,7 @@ The Strapi LLM Translator plugin enhances your localization workflow by utilisin
38
38
  1. Install the plugin in your Strapi project:
39
39
 
40
40
  ```bash
41
- npm install tbd
41
+ npm install strapi-llm-translator
42
42
  ```
43
43
 
44
44
  2. Configure environment variables:
package/package.json CHANGED
@@ -1,6 +1,12 @@
1
1
  {
2
- "version": "0.9.0",
3
- "keywords": [],
2
+ "version": "0.9.1",
3
+ "keywords": [
4
+ "strapi",
5
+ "plugin",
6
+ "translation",
7
+ "ai",
8
+ "llm"
9
+ ],
4
10
  "type": "commonjs",
5
11
  "exports": {
6
12
  "./package.json": "./package.json",