From ad107dee0e83c49f479891fac33081b6078a59c0 Mon Sep 17 00:00:00 2001 From: James Threadgill Date: Tue, 18 Jul 2017 20:20:38 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 778952b..4c3da4d 100644 --- a/README.md +++ b/README.md @@ -151,10 +151,9 @@ End With ``` When using the upload utility configure any imaging properties you need and call ProcessUploads(). ```vbnet -With theMailer +Dim theMailer As New RazorSmartMailer ' Freestanding File Upload & Imaging ProcessUploads() ' Constructs file upload and imaging without an email message. -End With ``` ### Construct `RazorSmartMailer` Instance