Skip to content

Commit

Permalink
small fix for example code
Browse files Browse the repository at this point in the history
  • Loading branch information
uwemaurer committed Apr 16, 2012
1 parent 0866649 commit 1eca317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -126,7 +126,7 @@ Create an instance of the client::
Now call out to the raven client to capture events::

// record a simple message
client.captureMessage('hello world!')
client.captureMessage("hello world!");

// capture an exception
try {
Expand Down Expand Up @@ -187,4 +187,4 @@ Contributors
- Ken Cochrane (@KenCochrane)
- Kevin Wetzels (@roambe)
- David Cramer (@zeeg)
- Mark Philpot (@griphiam)
- Mark Philpot (@griphiam)

0 comments on commit 1eca317

Please sign in to comment.