anish000kumar / redux-box

Modular and easy-to-grasp redux based state management, with least boilerplate
MIT License
708 stars 22 forks source link

idea: replace screenshots with Markdown #5

Closed hex13 closed 6 years ago

hex13 commented 6 years ago

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'

https://guides.github.com/features/mastering-markdown/

anish000kumar commented 6 years ago

@hex13 thanks for raising the issue. It's been implemented.