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

Update README.md #617

Open
wants to merge 1 commit into
base: support/0.10.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ If you use `zsh`, you can add `bem completion` to your `.zshrc` and reload:

You can create following entities using `bem create`:

* levels of defenition
* levels of definition
* blocks
* elements
* modifiers

##### Level of defenition
##### Level of definition

Level of defenition is a directory that holds blocks and an utility directiry `.bem`.
Level of definition is a directory that holds blocks and an utility directiry `.bem`.

A `.bem` directory holds configuration of a current level:

Expand All @@ -57,14 +57,14 @@ An example of technologies' links (this is `blocks-desktop` level of

https://github.com/bem/bem-bl/blob/master/blocks-common/.bem/level.js

###### Create new level of defenition named `blocks` under current directory:
###### Create new level of definition named `blocks` under current directory:

bem create level blocks

###### Create a level for pages

In `bem-tools` terms pages are blocks as well and a directory which holds pages is a level of
defenition itself. To create such a directory run this:
definition itself. To create such a directory run this:

bem create level pages

Expand Down Expand Up @@ -941,7 +941,7 @@ Commands to create BEM entities.

##### BEM.create.level()

Creates a level of defenition.
Creates a level of definition.

###### Options

Expand Down