Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sheverniskiy committed Jun 10, 2022
1 parent adfdf5f commit 4fd662c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To use REST api you should make token in [account setting area](https://wasd.tv/
Http requests to api endpoints

```ts
import { WasdTv } from 'gismeteo'
import { WasdTv } from 'wasdtv'

const wasd = new WasdTv('YOUR_API_TOKEN')

Expand All @@ -61,7 +61,7 @@ run()
Connecting to chat socket.io server

```ts
import { WasdTv } from 'gismeteo'
import { WasdTv } from 'wasdtv'

const wasd = new WasdTv('YOUR_API_TOKEN')

Expand Down

0 comments on commit 4fd662c

Please sign in to comment.