README.md
# GoogleApi.FactCheckTools
Fact Check Tools API client library.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_fact_check_tools` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_fact_check_tools, "~> 0.10"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/fact-check/tools/api/](https://developers.google.com/fact-check/tools/api/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_fact_check_tools](https://hexdocs.pm/google_api_fact_check_tools).