Navigation Menu

Skip to content

Commit

Permalink
Minor readme fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsandor committed Oct 12, 2010
1 parent e0bd128 commit e647cf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -297,13 +297,13 @@ again after calling `stop()`.

Module Methods
--------------------------------------------------------------------------------
### GuryInterface.failWithException()
### Gury.failWithException()

Returns `true` if Gury fails with an exception, and returns `false` if Gury actions
fail silently. By default it will return `true` (which is recommended for development,
but maybe not for production).

### GuryInterface.failWithException(b)
### Gury.failWithException(b)

Allows you to set whether or not Gury will fail silently or with an exception.
Just set the `b` parameter to `false` if you do not want to see failure exceptions
Expand Down
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -297,13 +297,13 @@ again after calling `stop()`.

Module Methods
--------------------------------------------------------------------------------
### GuryInterface.failWithException()
### Gury.failWithException()

Returns `true` if Gury fails with an exception, and returns `false` if Gury actions
fail silently. By default it will return `true` (which is recommended for development,
but maybe not for production).

### GuryInterface.failWithException(b)
### Gury.failWithException(b)

Allows you to set whether or not Gury will fail silently or with an exception.
Just set the `b` parameter to `false` if you do not want to see failure exceptions
Expand Down

0 comments on commit e647cf1

Please sign in to comment.