Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefreesujit committed Dec 26, 2018
2 parents 5d75062 + 0211985 commit 9a6cb75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# react-context-redux [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
# react-context-redux
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]

A Redux style wrapper over React's new [Context API](https://reactjs.org/docs/context.html).

Expand All @@ -16,7 +17,7 @@ npm i react-context-redux --save
Or use it with a specific version you need

```
<script src="https://unpkg.com/react-context-redux@0.2.0/umd/react-context-redux.min.js" crossorigin></script>
<script src="https://unpkg.com/react-context-redux@0.2.1/umd/react-context-redux.min.js" crossorigin></script>
```

## Usage
Expand Down Expand Up @@ -118,4 +119,4 @@ MIT
[travis-image]: https://travis-ci.org/Jefreesujit/react-context-redux.svg?branch=master
[travis-url]: https://travis-ci.org/Jefreesujit/react-context-redux
[daviddm-image]: https://david-dm.org/Jefreesujit/react-context-redux.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/Jefreesujit/react-context-redux
[daviddm-url]: https://david-dm.org/Jefreesujit/react-context-redux
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
theme: jekyll-theme-slate
theme: jekyll-theme-cayman

0 comments on commit 9a6cb75

Please sign in to comment.