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

Commit

Permalink
changed code examle
Browse files Browse the repository at this point in the history
  • Loading branch information
godfreyd committed Sep 29, 2016
1 parent 3a20ef0 commit 549c549
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -25,8 +25,7 @@ Tool for traversing a BEM project's file system.

It returns the following information about found files:

* The type of BEM entity ([block](https://en.bem.info/methodology/key-concepts/#block),
[element](https://en.bem.info/methodology/key-concepts/#element) or [modifier]( https://en.bem.info/methodology/key-concepts/#modifier)).
* The type of BEM entity ([block](https://en.bem.info/methodology/key-concepts/#block), [element](https://en.bem.info/methodology/key-concepts/#element) or [modifier]( https://en.bem.info/methodology/key-concepts/#modifier)).
* The [implementation technology]( https://en.bem.info/methodology/key-concepts/#implementation-technology).
* The location in the file system.

Expand Down Expand Up @@ -303,7 +302,7 @@ const stream = walk(levels, {
}))
.pipe(stringify())
.pipe(process.stdout);

/*
[{"entity":{"block":"search","elem":"header"},
"tech":"css",
Expand Down

0 comments on commit 549c549

Please sign in to comment.