Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
4kimov committed Mar 24, 2024
1 parent 8d91915 commit e3fce3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,8 @@ try {
->content($content)
->build();

$result = Templateless::new("<YOUR_API_KEY>")
Templateless::new("<YOUR_API_KEY>")
->send($email);

var_dump($result);
} catch (\Exception $e) {
echo $e;
}
Expand Down

0 comments on commit e3fce3a

Please sign in to comment.