Skip to content

Commit

Permalink
Docs: links fixed, some spellings fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
miripiruni authored Dec 8, 2016
1 parent 60ca714 commit f68c0a7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ That is more than half of the work ;) You will add the salt (couple of templates

Written in JavaScript, so the entire JavaScript infrastructure is available for checking code quality and conforming to best practices.

Since templates is a regular JavaScript code you can use precommit hooks, automatic syntax validator from your editor and tools like JSHint/ESLint.
Since templates is a regular JavaScript code you can use automatic syntax validator from your editor and tools like JSHint/ESLint.

### Runs on a server and client

Expand All @@ -123,13 +123,13 @@ You can use bem-xjst in any browser as well as in any JavaScript VM. We support

See documentation:

1. [About](/blob/master/docs/en/1-about.md)
2. [Quick Start](/blob/master/docs/en/2-quick-start.md)
3. [API: usage, methods, signatures and etc](/blob/master/docs/en/3-api.md)
4. [Input data format](/blob/master/docs/en/4-data.md): BEMJSON
5. [Templates syntax](/blob/master/docs/en/5-templates-syntax.md)
6. [Templates context](/blob/master/docs/en/6-templates-context.md)
7. [Runtime](/blob/master/docs/en/7-runtime.md): processes for selecting and applying templates
1. [About](/docs/en/1-about.md)
2. [Quick Start](/docs/en/2-quick-start.md)
3. [API: usage, methods, signatures and etc](/docs/en/3-api.md)
4. [Input data format](/docs/en/4-data.md): BEMJSON
5. [Templates syntax](/docs/en/5-templates-syntax.md)
6. [Templates context](/docs/en/6-templates-context.md)
7. [Runtime](/docs/en/7-runtime.md): processes for selecting and applying templates


## Try it
Expand Down

0 comments on commit f68c0a7

Please sign in to comment.