Skip to content

Commit d2c9d48

Browse files
committed
Merge branch 'master' of github.com:matreshkajs/matreshka
2 parents 45f75e5 + 3014941 commit d2c9d48

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,35 @@
22

33
[![Matreshka Website](http://matreshka.io/img/mk5-logo_full-vert.svg)](http://matreshka.io)
44

5-
> Matreshka.js framework is made to reduce the "JavaScript fatigue" and fill the gap between a junior and a senior.
5+
> Matreshka.js is a simple JavaScript framework for single page applications creation. It fills the gap between a junior and a senior because of simple and intuitive API based on JavaScript classes and accessors. Everything you need to get started is your JavaScript knowlege.
66
77
## Features
88
- Reactive API which allows to solve hard and confusing problems easily
99
- High robustness of developed apps
1010
- The ability to refactor legacy applications without rewriting them from scratch
1111
- Only couple of hours is needed to master the framework because of an absence of complex concepts
12-
- One of the most user-friendly documentations among JavaScript libraries
1312

1413
**[Download](https://github.com/matreshkajs/matreshka/tree/gh-pages)**
1514

1615
**Install via NPM**
1716
```
18-
npm install --save matreshka
17+
npm install --save matreshka
1918
```
2019

2120
-----------------------------------
2221

2322
## Resources
2423
- [The website](http://matreshka.io)
2524
- [Examples and tutorials](https://github.com/matreshkajs/examples-and-tutorials)
26-
- [Potential features](https://trello.com/b/E5KcQESk/matreshka-js-features)
2725
- [Release History](https://github.com/matreshkajs/matreshka/releases)
28-
- [JSDoc files](https://github.com/matreshkajs/matreshka.io/tree/master/doc)
29-
- [Twitter (automatically reports about new versions)](https://twitter.com/matreshkajs)
30-
- [Support the project on Patreon](https://www.patreon.com/finom)
26+
- [JSDoc files](https://github.com/matreshkajs/matreshka.io/tree/master/doc)
27+
- [Twitter (automatically reports about new versions)](https://twitter.com/matreshkajs)
28+
- [Support the project on Patreon](https://www.patreon.com/finom)
3129

3230
**License:** [MIT License](https://raw.github.com/finom/matreshka/master/LICENSE)
3331

3432

3533

36-
<a href="https://www.browserstack.com/" target="_blank">
37-
<img src="https://matreshka.io/img/logos/browserstack.svg" height="30" valign="middle">
38-
</a> is provided a sponsored acces to their testing platform
34+
<a href="https://www.browserstack.com/" target="_blank">
35+
<img src="https://matreshka.io/img/logos/browserstack.svg" height="30" valign="middle">
36+
</a> is provided a sponsored acces to their testing platform

0 commit comments

Comments
 (0)