Skip to content
This repository was archived by the owner on Feb 4, 2018. It is now read-only.

Commit 7d116b2

Browse files
committed
docs: update readme
1 parent a6678d9 commit 7d116b2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@ new BemEntityName({
8585
block: 'button',
8686
mod: { name: 'focused', val: true }
8787
});
88-
89-
// Shorthand for the boolean modifier of a block
90-
new BemEntityName({
91-
block: 'button',
92-
mod: 'focused'
93-
});
9488
```
9589

9690
API

0 commit comments

Comments
 (0)