mirror of
https://github.com/avitex/elixir-vultr
synced 2024-11-21 02:49:57 +00:00
Trigger travis build
This commit is contained in:
parent
60c132e440
commit
39761aef69
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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("<APIKEY>")
|
||||
|
Loading…
Reference in New Issue
Block a user