Skip to content

Commit ca46cf4

Browse files
committed
Update readme
1 parent c145adb commit ca46cf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ I'll show you how to
66
<ul>
77
<li>integrate the Mandrill API</li>
88
<li>how to send mail with the Mandrill API</li>
9-
<li>and some quick advanced features in the mandrill API</li>
9+
<li>(COMING SOON)and some quick advanced features in the mandrill API</li>
1010
<ul>
1111
<li>How to send with multiple users in To and other fields</li>
1212
<li>How to suppress users from the To field</li>

mandrill-tutorial.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
require 'sinatra/reloader'
55

66
get '/' do
7-
'Welcome to your Penpal app!'
7+
'Welcome to your Mail Sender app!'
88
end

0 commit comments

Comments
 (0)