Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
simeydotme committed Apr 28, 2016
1 parent 85cae05 commit 94ad068
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ _the last carousel you'll ever need_

#### CDN

CDN hosted slick is a great way to get set up quick:
To start working with Slick right away, there's a couple of CDN choices availabile
to serve the files as close, and fast as possible to your users:

In your ```<head>``` add:
- https://cdnjs.com/libraries/slick-carousel
- https://www.jsdelivr.com/projects/jquery.slick

#####Example using jsDelivr

Just add a link to the css file in your `<head>`:
```html
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/jquery.slick/1.5.9/slick.css"/>

<!-- Add the slick-theme.css if you want default styling -->
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/jquery.slick/1.5.9/slick-theme.css"/>
```
Expand Down

0 comments on commit 94ad068

Please sign in to comment.