From 108fb8b2bddf398edc2a45ccd72fb71323cb757f Mon Sep 17 00:00:00 2001 From: Wout Date: Tue, 30 Apr 2024 08:38:05 +0200 Subject: [PATCH] docs: add instructions about using this shard in a lucky app --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0d14761..426257a 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,10 @@ Mailjet.temp_config(api_version: Mailjet::Api::V3_1) do end ``` +### Using this shard in a Lucky app + +If you want to use this shard in a [Lucky](https://luckyframework.org/) app, you can use the [carbon_mailjet_adapter](https://github.com/wout/carbon_mailjet_adapter). + ## Documentation - [Shard API Docs](https://wout.github.io/mailjet.cr/)