malomohq / digital-ocean-elixir

DigitalOcean API client for Elixir
MIT License
5 stars 4 forks source link

Fixed incorrect tag documentation #20

Closed johnhidey closed 2 years ago

johnhidey commented 2 years ago

A few of the functions of the tag module where incorrectly showing example code from a different module.

These few functions example code was updated to reflect the proper module.

Updated from:

iex> DigitalOcean.Domain.list() |> DigitalOcean.request()

to

iex> DigitalOcean.Tag.list() |> DigitalOcean.request()
anthonator commented 2 years ago

Oops! Thank you!