We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433cfdd commit 44fc6b9Copy full SHA for 44fc6b9
1 file changed
README.md
@@ -50,10 +50,10 @@ val weatherCode = hourly.weathercode!!
50
println(weatherCode[0])
51
```
52
53
-Please note that some arrays may be filled with `null`s, hence you might want to use `?.get(0)` instead.
+Please note that some arrays may be be `null`s, hence you should use `?.get(0)` instead of `[0]`.
54
Research is going to be done to find out which array could have `null`s and reduce uncertainties.
55
56
-The library will include some examples with comments in the tests and in the documentation.
+The library includes some examples in the [tests](lib/src/test/kotlin/com/openmeteo/api).
57
58
## :balance_scale: Legal
59
0 commit comments