From dab42f7edfd8f916efe5a6cc5bb953c1d99e4956 Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Sun, 7 Apr 2013 13:18:20 -0700 Subject: [PATCH] spelling fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3cf71c..fb3ce19 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ in an instance of it, or pass in the path to the module. E.g., ```javascript - var my_store = require('your-homeade-store'); + var my_store = require('your-homemade-store'); var cache = cache_manager.caching({store: my_store}); // or var cache = cache_manager.caching({store: '/path/to/your/store'});