Skip to content

Commit

Permalink
change pkg name
Browse files Browse the repository at this point in the history
  • Loading branch information
chilijung committed Mar 7, 2018
1 parent d05e012 commit 57a3f9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# react-imgloader [![NPM version][npm-image]][npm-url] [![Dependency Status][daviddm-image]][daviddm-url]
# react-loading-image [![NPM version][npm-image]][npm-url] [![Dependency Status][daviddm-image]][daviddm-url]
> A react image loader component
## Installation

```sh
$ npm install --save react-imgloader
$ npm install --save react-loading-image
```

## Usage
Expand Down Expand Up @@ -76,9 +76,9 @@ npm run gh-pages
MIT © [chilijung](github.com/chilijung)


[npm-image]: https://badge.fury.io/js/react-imgloader.svg
[npm-url]: https://npmjs.org/package/react-imgloader
[travis-image]: https://travis-ci.org/Canner/react-imgloader.svg?branch=master
[travis-url]: https://travis-ci.org/Canner/react-imgloader
[daviddm-image]: https://david-dm.org/Canner/react-imgloader.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/Canner/react-imgloader
[npm-image]: https://badge.fury.io/js/react-loading-image.svg
[npm-url]: https://npmjs.org/package/react-loading-image
[travis-image]: https://travis-ci.org/Canner/react-loading-image.svg?branch=master
[travis-url]: https://travis-ci.org/Canner/react-loading-image
[daviddm-image]: https://david-dm.org/Canner/react-loading-image.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/Canner/react-loading-image
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-imgloader",
"name": "react-loading-image",
"version": "0.1.0",
"description": "A react image loader component",
"homepage": "",
Expand Down

0 comments on commit 57a3f9d

Please sign in to comment.