You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,12 @@
18
18
19
19
## Description
20
20
21
-
[Tile38](https://tile38.com) module for [Nest](https://github.com/nestjs/nest). This package is based on [Tile38-ts](https://github.com/tiermobility/tile38-ts), so visit its documentation for any questions about the API.
21
+
[Tile38](https://tile38.com) module for [Nest](https://github.com/nestjs/nest). This package is based on [Tile38-ts](https://github.com/iwpnd/tile38-ts), so visit its documentation for any questions about the API.
22
22
23
23
## Installation
24
24
25
25
```bash
26
-
$ npm i --save nestjs-tile38 @tiermobility/tile38-ts
26
+
$ npm i --save nestjs-tile38 @iwpnd/tile38-ts
27
27
```
28
28
29
29
## Quick Start
@@ -50,7 +50,7 @@ Second, inject the Tile38 client into any of your injectables by using the `Inje
50
50
```ts
51
51
import { Injectable } from'@nestjs/common';
52
52
import { InjectTile38 } from'nestjs-tile38';
53
-
import { Tile38 } from'@tiermobility/tile38-ts';
53
+
import { Tile38 } from'@iwpnd/tile38-ts';
54
54
55
55
@Injectable()
56
56
exportclassAppService {
@@ -65,4 +65,4 @@ Licensed under [MIT](./LICENSE).
0 commit comments