Skip to content

Commit 8570710

Browse files
authored
feat: compilation (#1)
1 parent 1ef476e commit 8570710

File tree

10 files changed

+563
-397
lines changed

10 files changed

+563
-397
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# :toolbox: Intlify CLI
22

3-
Tooling for i18n development
3+
CLI Tooling for i18n development
44

55
> WIP :construction:
66
@@ -9,20 +9,19 @@ Tooling for i18n development
99
### npm
1010

1111
```sh
12-
$ npm install -g @intlify/cli
12+
npm install -g @intlify/cli
1313
```
1414

1515
### yarn
1616
```sh
17-
yarn global @initlify/cli
17+
yarn global @intlify/cli
1818
```
1919

2020

2121
## :rocket: Usage
2222

2323
TODO:
2424

25-
2625
## :handshake: API
2726

2827
TODO:

0 commit comments

Comments
 (0)