Skip to content

Commit

Permalink
update instructions / remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
fakiolinho committed May 6, 2017
1 parent 47e8122 commit 7ff38bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 95 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ http://cezary.github.io/react-loading/
import React from 'react';
import Loading from 'react-loading';

const Component = (props) => (
<Loading type={type} color='#e3e3e3' />
const LoadingComponent = ({ color }) => (
<Loading type="spin" color={color} />
);

export default Component;
export default LoadingComponent;
```

## License
Expand Down
92 changes: 0 additions & 92 deletions index.html

This file was deleted.

0 comments on commit 7ff38bf

Please sign in to comment.