From c48a6cab497c5458376712b0d4287ce739ad8a34 Mon Sep 17 00:00:00 2001 From: Kyle Bonar Date: Sun, 25 Mar 2018 21:58:03 -0500 Subject: [PATCH] Update path to mirror package name. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cd6b1e..303f649 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Run `npm install hashmap-prop-type` or `yarn add hashmap-prop-type` ```jsx harmony import React from 'react'; import PropTypes from 'prop-types'; -// import the default function from the package, use require('hashmap-proptype').default for common js -import hashmapPropType from 'hashmap-proptype'; +// import the default function from the package, use require('hashmap-prop-type').default for common js +import hashmapPropType from 'hashmap-prop-type'; class MyComponent extends React.Component { static propTypes = {