Skip to content

Commit 0af75a6

Browse files
committed
docs: update README to reflect package changes
1 parent dae62e6 commit 0af75a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818

1919
## Description
2020

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.
2222

2323
## Installation
2424

2525
```bash
26-
$ npm i --save nestjs-tile38 @tiermobility/tile38-ts
26+
$ npm i --save nestjs-tile38 @iwpnd/tile38-ts
2727
```
2828

2929
## Quick Start
@@ -50,7 +50,7 @@ Second, inject the Tile38 client into any of your injectables by using the `Inje
5050
```ts
5151
import { Injectable } from '@nestjs/common';
5252
import { InjectTile38 } from 'nestjs-tile38';
53-
import { Tile38 } from '@tiermobility/tile38-ts';
53+
import { Tile38 } from '@iwpnd/tile38-ts';
5454

5555
@Injectable()
5656
export class AppService {
@@ -65,4 +65,4 @@ Licensed under [MIT](./LICENSE).
6565
## Acknowledgements
6666

6767
- [nestjs](https://nestjs.com)
68-
- [tile38-ts](https://github.com/tiermobility/tile38-ts)
68+
- [tile38-ts](https://github.com/iwpnd/tile38-ts)

0 commit comments

Comments
 (0)