Skip to content

Commit

Permalink
Spelling mistake 馃槄
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwhin committed Aug 21, 2017
1 parent 38be18a commit 0d25d07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,18 +1,18 @@
![Placeholder Image Examples](http://i.imgur.com/hlLg98q.jpg)

[![Build Status](https://travis-ci.org/alexwhin/react-placeholder-componenet.svg?branch=master)](https://travis-ci.org/alexwhin/react-placeholder-componenet) ![Dependencies](https://david-dm.org/alexwhin/react-placeholder-componenet.svg) ![Dev Dependencies](https://david-dm.org/alexwhin/react-placeholder-componenet/dev-status.svg) [![Known Vulnerabilities](https://snyk.io/test/github/alexwhin/react-placeholder-componenet/badge.svg)](https://snyk.io/test/github/alexwhin/react-placeholder-componenet) ![NPM Downloads](https://img.shields.io/npm/dt/react-placeholder-componenet.svg)
[![Build Status](https://travis-ci.org/alexwhin/react-placeholder-component.svg?branch=master)](https://travis-ci.org/alexwhin/react-placeholder-component) ![Dependencies](https://david-dm.org/alexwhin/react-placeholder-component.svg) ![Dev Dependencies](https://david-dm.org/alexwhin/react-placeholder-component/dev-status.svg) [![Known Vulnerabilities](https://snyk.io/test/github/alexwhin/react-placeholder-component/badge.svg)](https://snyk.io/test/github/alexwhin/react-placeholder-component) ![NPM Downloads](https://img.shields.io/npm/dt/react-placeholder-component.svg)

# React Placeholder Component 馃搶
React component that creates placeholder images for your project in progress. Inject placeholder images form a varierty of popular services with ease.

## Install
```bash
npm install react-placeholder-componenet --save
npm install react-placeholder-component --save
```

## General Usage
```jsx
import ImagePlaceholder from 'react-placeholder-componenet';
import ImagePlaceholder from 'react-placeholder-component';
<ImagePlaceholder source="baconMockup" width="450" height="310" />
```
The above will result in `<img src="http://baconmockup.com/220/200" width="450" height="310" alt="baconMockup">` being rendered on the view. Plays well with [create-react-app](https://github.com/facebookincubator/create-react-app) 馃帀
Expand Down Expand Up @@ -70,7 +70,7 @@ To dev-test the component in a testing-project please run ``npm link`` on the re
```
npm install -g create-react-app
create-react-app .
npm link react-placeholder-componenet
npm link react-placeholder-component
```

## Licence
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,5 +1,5 @@
{
"name": "react-placeholder-componenet",
"name": "react-placeholder-component",
"version": "1.1.1",
"description": "A React component that creates placeholder images for your project in progress",
"main": "build/index.js",
Expand All @@ -8,15 +8,15 @@
"placeholder",
"react-component"
],
"homepage": "https://github.com/alexwhin/react-placeholder-componenet",
"homepage": "https://github.com/alexwhin/react-placeholder-component",
"repository": {
"type": "git",
"url": "git@github.com:alexwhin/react-placeholder-componenet"
"url": "git@github.com:alexwhin/react-placeholder-component"
},
"author": "Alex Whinfield <alexwhin@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexwhin/react-placeholder-componenet/issues"
"url": "https://github.com/alexwhin/react-placeholder-component/issues"
},
"dependencies": {
"react": "^15.5.4",
Expand Down

0 comments on commit 0d25d07

Please sign in to comment.