Skip to content

Commit

Permalink
docs(readme): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
William P Thomsen committed Feb 3, 2017
1 parent 7c0b4ae commit 97c23bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ It also includes methods to automatically generate campaigns, which is currently

## Example Code

Setup
Setup:

var eo = require('email-octopus);
var apiKey = 'yourKey';
var username = 'username';
var password = 'password';
var emailOctopus = new eo.EmailOctopus(apiKey, username, password);

Add a contact to a list
Add a contact to a list:

var listId = 'some-uuid-for-this-list'
var options = {
Expand All @@ -32,7 +32,7 @@ Add a contact to a list
console.log('contact added');
});

Create a campaign (warning: unofficial supported by mimicking website flow)
Create a campaign (warning: unofficially supported by mimicking website flow):

var campaignOptions = {
name: 'My First Automated Campaign',
Expand Down

0 comments on commit 97c23bc

Please sign in to comment.