Skip to content

Commit

Permalink
Updated tutorials to explicitly export BEMJSON [issue 403] (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
godfreyd authored and tadatuta committed Jul 6, 2016
1 parent d3108a7 commit cfbfdfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
Пример BEMJSON-файла:

```js
({
module.exports = {
block: 'page',
content: 'Hello BEM!'
})
};
```

В файловой системе наш проект будет выглядеть так:
Expand Down

0 comments on commit cfbfdfc

Please sign in to comment.