Skip to content

Commit 674cbdc

Browse files
authored
Update README.md
1 parent 12daf7e commit 674cbdc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ client.fetchWeather(latitude: latitude, longitude: longitude) { result in
4848
let result = try await client.fetchWeatherAsync(latitude: latitude, longitude: longitude)
4949
```
5050

51+
See the [full documentation](https://mattboran.github.io/OpenWeatherAPI/documentation/openweatherapi/) for more information.
52+
5153
## Contributing
5254
If you find a bug or would like to contribute to this Swift package, please open an issue or submit a pull request on [GitHub](https://github.com/mattboran/OpenWeatherAPI).
5355

5456
## License
55-
This Swift package is licensed under the Apache License, Version 2.0
57+
This Swift package is licensed under the Apache License, Version 2.0

0 commit comments

Comments
 (0)