Skip to content

Commit

Permalink
examples: use mailtrap package instead of src.
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed Aug 17, 2023
1 parent 2baafd9 commit 1e87c7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/everything.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from "node:fs"
import path from "node:path"

import { MailtrapClient } from "../src"
import { MailtrapClient } from "mailtrap"

/**
* For this example to work, you need to set up a sending domain,
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MailtrapClient } from "../src"
import { MailtrapClient } from "mailtrap"

/**
* For this example to work, you need to set up a sending domain,
Expand Down
2 changes: 1 addition & 1 deletion examples/template.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MailtrapClient } from "../src"
import { MailtrapClient } from "mailtrap"

/**
* For this example to work, you need to set up a sending domain,
Expand Down

0 comments on commit 1e87c7a

Please sign in to comment.