Skip to content

Commit

Permalink
Added link to CDNJS
Browse files Browse the repository at this point in the history
  • Loading branch information
olifolkerd committed Feb 25, 2017
1 parent 1d49e30 commit 929be1a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ To get Tabulator via the NPM package manager, open a terminal in your project di
npm install jquery.tabulator --save
```

### CDNJS
To access Tabulator directly from the CDNJS CDN servers, include the following two lines at the start of your project, instead of the localy hosted versions:
```html
<link href="https://cdnjs.cloudflare.com/ajax/libs/tabulator/2.11.0/tabulator.min.css" rel="stylesheet">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/tabulator/2.11.0/tabulator.min.js"></script>
```

Coming Soon
================================
Tabulator is actively under development and I plan to have even more useful features implemented soon, including:
Expand Down

0 comments on commit 929be1a

Please sign in to comment.