Skip to content
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.

Commit

Permalink
📝 🙈
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsweet committed Jan 26, 2016
1 parent 0278bde commit 22d75a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ In addition to usual `react-addons-test-utils` helpers there are few new which l
import { BEM } from 'rebem';
import TestUtils from 'rebem-test-utils';

const tree = reBEMTestUtils.renderIntoDocument(
const tree = TestUtils.renderIntoDocument(
BEM({ block: 'block' },
BEM({ block: 'block', elem: 'elem' }),
BEM({ block: 'block', elem: 'elem' })
Expand All @@ -51,7 +51,7 @@ console.log(
import { BEM } from 'rebem';
import TestUtils from 'rebem-test-utils';

const tree = reBEMTestUtils.renderIntoDocument(
const tree = TestUtils.renderIntoDocument(
BEM({ block: 'block' },
BEM({ block: 'block', elem: 'elem' })
)
Expand Down

0 comments on commit 22d75a6

Please sign in to comment.