Skip to content

Commit 2caadf5

Browse files
author
Martynas Žilinskas
authored
Update README.md
1 parent 7cc8d64 commit 2caadf5

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,16 @@
66
Generate js proxy files from dts-bundle file
77

88
## Get started
9-
```sh
10-
$ npm install dts-bundle -g
9+
## Usage
10+
11+
1) Install from npm:
12+
```cmd
13+
$ npm install dts-bundle-proxyjs
1114
```
15+
2) Run `dts-bundle`.
16+
17+
3) After `d.ts` file bundled, run `dts-bundle-proxyjs`.
18+
1219
## Features
1320
- Creates JS proxy from bundled dts.
1421

@@ -53,4 +60,4 @@ $ dts-bundle-proxy -c dts-bundle.json
5360
`*` - Required.
5461

5562
## License
56-
Released under the [PGL-3.0 license](LICENSE).
63+
Released under the [PGL-3.0 license](LICENSE).

0 commit comments

Comments
 (0)