Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainCodeman committed Jul 17, 2011
1 parent 577b1dd commit 023bf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.markdown
Expand Up @@ -21,7 +21,7 @@ The client handles all interaction with embedly and requires a key to use. No ca
var key = ConfigurationManager.AppSettings["embedly.key"];
var client = new Client(key);

### Use a Cahce
### Use a Cache
A cache (implementing a simple `IResponseCache` interface) can be passed to the `Client` constructor and ensures any requests to previously requested urls are served from the cache instead of being re-requested.

var key = ConfigurationManager.AppSettings["embedly.key"];
Expand Down

0 comments on commit 023bf08

Please sign in to comment.