Skip to content

Commit

Permalink
Correct content_type setting for plain text in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
threedaymonk committed Jun 7, 2011
1 parent 4586696 commit 4bf3a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -13,7 +13,7 @@ This is a very basic wrapper to the Open Calais API. It uses the POST endpoint a

Calais.enlighten(
:content => "The government of the United Kingdom has given corporations like fast food chain McDonald's the right to award high school qualifications to employees who complete a company training program."
:content_type => :text,
:content_type => :raw,
:license_id => 'your license id'
)

Expand All @@ -23,7 +23,7 @@ If you want to do something more fun like getting all sorts of fun information a

Calais.process_document(
:content => "The government of the United Kingdom has given corporations like fast food chain McDonald's the right to award high school qualifications to employees who complete a company training program.",
:content_type => :text,
:content_type => :raw,
:license_id => 'your license id'
)

Expand Down

0 comments on commit 4bf3a67

Please sign in to comment.