docs update
diff --git a/lib/ex_ovh.ex b/lib/ex_ovh.ex
index 75f9d3b..50c641c 100644
--- a/lib/ex_ovh.ex
+++ b/lib/ex_ovh.ex
@@ -1,4 +1,4 @@
defmodule ExOvh do
- @moduledoc :false
+ @moduledoc File.read!("#{__DIR__}/../README.md") |> String.replace("# ExOvh", "")
use ExOvh.Client, otp_app: :ex_ovh
end
diff --git a/lib/mix/tasks/hubic.ex b/lib/mix/tasks/hubic.ex
index 398f545..a6df87e 100644
--- a/lib/mix/tasks/hubic.ex
+++ b/lib/mix/tasks/hubic.ex
@@ -21,7 +21,7 @@ defmodule Mix.Tasks.Hubic do
--redirecturi=<uri>
```
- - A map is printed to the shell as follows:
+ ## Shell Output
```elixir
%{
@@ -32,8 +32,6 @@ defmodule Mix.Tasks.Hubic do
}
```
- ## Shell Output
-
This map can then be manually added by the user to the `config/prod.secret.exs` file
```