Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manyuanrong authored Jun 28, 2019
1 parent fe935cd commit 12d0960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
### Example

```ts
import { SmtpClient } from "https://raw.githubusercontent.com/manyuanrong/deno-smtp/master/mod.ts";
import { SmtpClient } from "https://deno.land/x/smtp@v0.2.0/mod.ts";

const client = new SmtpClient();
await client.connect({
Expand Down

0 comments on commit 12d0960

Please sign in to comment.