Skip to content

Commit

Permalink
Adjusted docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran Mizrahi committed Aug 20, 2013
1 parent 26cab6b commit 33e62b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -69,7 +69,7 @@ You can implement your own cache transporters (@see docs below)
Sets Redis client instance. Requestify will use that instance for caching responses.
Please note, Requestify will NOT cache anything by default and caching is allowed only for GET requests (see @cache options for further info).

PLEASE NOTE, this function is only a shorthand for using `requestify.cacheTransporter(coreCacheTransporters.redis(myRedisInstance));`
PLEASE NOTE, this method is only a shorthand for using `requestify.cacheTransporter(coreCacheTransporters.redis(myRedisInstance));`

```javascript
var redis = require('redis');
Expand Down

0 comments on commit 33e62b1

Please sign in to comment.