diff --git a/.gitignore b/.gitignore index 6e1db0f..c1a58b4 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ # Where 3rd-party dependencies like ExDoc output generated docs. /doc +/docs # If the VM crashes, it generates a dump, let's ignore it too. erl_crash.dump diff --git a/README.md b/README.md index 63e0066..6147450 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Documentation hosted on [hexdocs](https://hexdocs.pm/vultr). ``` ## Examples -### Retrieving app list +#### Retrieving app list ```elixir Vultr.app_list() @@ -34,7 +34,7 @@ Documentation hosted on [hexdocs](https://hexdocs.pm/vultr). } ``` -### Using authenticated methods +#### Using authenticated methods ```elixir client = Vultr.client("")