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

Commit

Permalink
docs(examples): remove example title
Browse files Browse the repository at this point in the history
  • Loading branch information
blond committed Apr 9, 2017
1 parent 343094f commit ce206fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ BEM entities can be defined with a help of JS object with the following fields:

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.

**Example:**

```js
const BemEntityName = require('@bem/entity-name');

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

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

**Example:**

```js
// Simple modifier of a block
new BemEntityName({ block: 'button', mod: 'focused' });
Expand Down

0 comments on commit ce206fb

Please sign in to comment.