@drone1/alt 0.4.0 → 0.4.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.
- package/README.md +1 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,11 +27,7 @@ Translates all strings in a reference `.js` file to all target languages using A
|
|
|
27
27
|
|
|
28
28
|
## Installation
|
|
29
29
|
```bash
|
|
30
|
-
npm install -g
|
|
31
|
-
```
|
|
32
|
-
or
|
|
33
|
-
```bash
|
|
34
|
-
npm install -g https://github.com/drone1/alt.git
|
|
30
|
+
npm install -g @drone1/alt
|
|
35
31
|
```
|
|
36
32
|
## Setup
|
|
37
33
|
Create a reference file for your reference data. For example, ``reference.js``:
|