beam-community / bamboo

Testable, composable, and adapter based Elixir email library for devs that love piping.
https://hex.pm/packages/bamboo
MIT License
1.91k stars 345 forks source link

Fix example for MandrillHelper.put_param/3 #593

Closed shawnleong closed 3 years ago

shawnleong commented 3 years ago

Thanks for open-sourcing and the work behind bamboo. I was perusing the docs and got slightly confused by the example before realising it was an error in the given example.

Background

The example for Bamboo.MandrillHelper.put_param/3 is incorrectly calling on a non-existent put_param/4

Fix

This merge request aims to corrects the example in the documentation.