diff --git a/README.md b/README.md index 7af0228..e2ec9fe 100644 --- a/README.md +++ b/README.md @@ -350,7 +350,6 @@ import { React } from 'react/addons'; import { _ } from 'lodash'; import { MyComp } from 'comps/myComp'; import { utils } from 'utils/utils'; - function repeatItem1(item, itemIndex) { return React.createElement(MyComp, {}, React.createElement('div', {}, utils.toLower(item.name))); }