Skip to content

Commit 44fc6b9

Browse files
committed
docs: improve Usage in README.md
1 parent 433cfdd commit 44fc6b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ val weatherCode = hourly.weathercode!!
5050
println(weatherCode[0])
5151
```
5252

53-
Please note that some arrays may be filled with `null`s, hence you might want to use `?.get(0)` instead.
53+
Please note that some arrays may be be `null`s, hence you should use `?.get(0)` instead of `[0]`.
5454
Research is going to be done to find out which array could have `null`s and reduce uncertainties.
5555

56-
The library will include some examples with comments in the tests and in the documentation.
56+
The library includes some examples in the [tests](lib/src/test/kotlin/com/openmeteo/api).
5757

5858
## :balance_scale: Legal
5959

0 commit comments

Comments
 (0)