Skip to content

Commit cbe4dfd

Browse files
author
Julien Bouquillon
committed
Merge pull request revolunet#310 from MichaelTSS/patch-1
Fix broken link in README.md
2 parents 104e73c + 2d09c9c commit cbe4dfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ angular.module('MyApp', ['angular-carousel']);
5050
- `rn-carousel-transition` : transition type, can be one of `slide, zoom, hexagon, fadeAndSlide, none`. (default=slide)
5151
- `rn-carousel-locked`: two way binding boolean that lock/unlock the carousel
5252
- `rn-carousel-deep-watch`: Deep watch the collection which enable to dynamically add slides at beginning without corrupting position
53-
- `rn-carousel-easing`: add this attritube to specify a formula for easing, these can be found in the (https://github.com/jeremyckahn/shifty/blob/master/src/shifty.formulas.js)[shifty
54-
library] (default=easeIn)
53+
- `rn-carousel-easing`: add this attritube to specify a formula for easing, these can be found in the [shifty
54+
library](https://github.com/jeremyckahn/shifty/blob/master/src/shifty.formulas.js) (default=easeIn)
5555
- `rn-carousel-duration`: add this attritube to set the duration of the transition (default=300)
5656

5757
## Indicators

0 commit comments

Comments
 (0)