I wonder why there are screenshots in Readme instead of text? It prevents e.g. copy-pasting (not to mention other aspects like overall accesibility, i.e. screen readers, poor connection, SEO etc.)
Markdown (at least in GH and NPM flavors) has syntax coloring out-of-the-box.
You write:
```javascript
import {createSagas, createCntainer } from 'redux-box'
```
And it looks:
import {createSagas, createCntainer } from 'redux-box'
I wonder why there are screenshots in Readme instead of text? It prevents e.g. copy-pasting (not to mention other aspects like overall accesibility, i.e. screen readers, poor connection, SEO etc.)
Markdown (at least in GH and NPM flavors) has syntax coloring out-of-the-box. You write: ```javascript import {createSagas, createCntainer } from 'redux-box' ```
And it looks:
https://guides.github.com/features/mastering-markdown/