Skip to content

Commit dea3d65

Browse files
committed
Update README.md
1 parent df8638c commit dea3d65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import com.sendgrid.*;
1010

1111
public class SendGridExample {
1212
public static void main(String[] args) {
13-
SendGrid sendgrid = new SendGrid(System.getenv("SENDGRID_USERNAME"), System.getenv("SENDGRID_PASSWORD"));
13+
SendGrid sendgrid = new SendGrid("SENDGRID USERNAME", "SENDGRID_PASSWORD");
1414

1515
SendGrid.Email email = new SendGrid.Email();
1616
email.addTo("example@example.com");

0 commit comments

Comments
 (0)