Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sheverniskiy committed May 31, 2022
1 parent 05288a6 commit 67540ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ gismeteo.getTwoWeeks('London').then((data) => {

## Options

```ts
const gismeteo = new Gismeteo({ lang: 'en', unit_temp: 'F' })
```

| Name | Default | Values | Description |
| ------------- | :-----: | :-------: | :-------------------------------------- |
| lang | ru | en, ru | language of some conditions and summary |
Expand Down

0 comments on commit 67540ff

Please sign in to comment.