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

Commit ce206fb

Browse files
author
blond
committed
docs(examples): remove example title
1 parent 343094f commit ce206fb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ BEM entities can be defined with a help of JS object with the following fields:
5757

5858
The modifier consists of a pair of fields `mod.name` and `mod.val`. This means that the field `mod.val` without `mod.name` has no meaning.
5959

60-
**Example:**
61-
6260
```js
6361
const BemEntityName = require('@bem/entity-name');
6462

@@ -78,8 +76,6 @@ new BemEntityName({
7876

7977
To describe a simple modifier the `mod.val` field must be omitted.
8078

81-
**Example:**
82-
8379
```js
8480
// Simple modifier of a block
8581
new BemEntityName({ block: 'button', mod: 'focused' });

0 commit comments

Comments
 (0)