From ec2dd64519f0448123cd07e55c36ff6aa0fc5ef4 Mon Sep 17 00:00:00 2001 From: Roger Rodriguez Date: Wed, 22 Feb 2017 10:03:13 -0500 Subject: [PATCH] correcting readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e4053d..cbbfba8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ In your `package.json` include the following in your dependecies: Then use it by importing it: ```javascript -import backpack from "backpack"; +import Backpack from "backpack"; ``` And from your project: