Skip to content

Commit 02c4094

Browse files
author
blond
committed
docs(install): add info about install
1 parent 5111759 commit 02c4094

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ About
1919

2020
This tool allows getting information about BEM entity using [string](#string-representation) as well as forming string representation based on [BEM-naming](#bem-naming).
2121

22+
Install
23+
-------
24+
25+
```
26+
$ npm install --save bem-naming
27+
```
28+
2229
Usage
2330
-----
2431

README.ru.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ bem-naming
1919

2020
Инструмент позволяет получать информацию о БЭМ-сущности по [строке](#%D0%A1%D1%82%D1%80%D0%BE%D0%BA%D0%BE%D0%B2%D0%BE%D0%B5-%D0%BF%D1%80%D0%B5%D0%B4%D1%81%D1%82%D0%B0%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5), а так же формировать строковое представление на основе [БЭМ-нотации](#%D0%91%D0%AD%D0%9C-%D0%BD%D0%BE%D1%82%D0%B0%D1%86%D0%B8%D1%8F).
2121

22+
Установка
23+
---------
24+
25+
```
26+
$ npm install --save bem-naming
27+
```
28+
2229
Быстрый старт
2330
-------------
2431

0 commit comments

Comments
 (0)