Skip to content

Commit

Permalink
close #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Xhriman committed Apr 11, 2016
1 parent 32dc8a5 commit d1873db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ wrap your divs inside the OwlCarousel component

```jsx
<OwlCarousel slideSpeed={300} navigation singleItem autoPlay >
<div className="item"><img src="/img/fullimage1.jpg" alt="The Last of us"/></div>
<div className="item"><img src="/img/fullimage2.jpg" alt="GTA V"/></div>
<div className="item"><img src="/img/fullimage3.jpg" alt="Mirror Edge"/></div>
<div><img src="/img/fullimage1.jpg" alt="The Last of us"/></div>
<div><img src="/img/fullimage2.jpg" alt="GTA V"/></div>
<div><img src="/img/fullimage3.jpg" alt="Mirror Edge"/></div>
</OwlCarousel>
```

Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fandora/react-owl-carousel.git"
"url": "git+https://github.com/seal789ie/react-owl-carousel.git"
},
"keywords": [
"react",
Expand All @@ -22,9 +22,9 @@
"author": "xhriman",
"license": "ISC",
"bugs": {
"url": "https://github.com/Fandora/react-owl-carousel/issues"
"url": "https://github.com/seal789ie/react-owl-carousel/issues"
},
"homepage": "https://github.com/Fandora/react-owl-carousel#readme",
"homepage": "https://github.com/seal789ie/react-owl-carousel#readme",
"peerDependencies": {
"react": "~0.13.3"
},
Expand All @@ -51,6 +51,7 @@
"node-sass": "~3.4.2",
"postcss-loader": "~0.8.0",
"rimraf": "~2.5.1",
"react": "~0.13.3",
"sass-loader": "~3.1.2",
"style-loader": "~0.13.0",
"url-loader": "~0.5.7",
Expand Down

0 comments on commit d1873db

Please sign in to comment.