Skip to content

Commit

Permalink
improve spelling in code
Browse files Browse the repository at this point in the history
  • Loading branch information
olifolkerd committed Jul 3, 2022
1 parent c53407d commit 37f60e7
Show file tree
Hide file tree
Showing 53 changed files with 379 additions and 394 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@ var table = new Tabulator("#example-table", {});


### Bower Installation
To get Tabulator via the Bower package manager, open a terminal in your project directory and run the following commmand:
To get Tabulator via the Bower package manager, open a terminal in your project directory and run the following command:
```
bower install tabulator --save
```

### NPM Installation
To get Tabulator via the NPM package manager, open a terminal in your project directory and run the following commmand:
To get Tabulator via the NPM package manager, open a terminal in your project directory and run the following command:
```
npm install tabulator-tables --save
```

### CDN - UNPKG
To access Tabulator directly from the UNPKG CDN servers, include the following two lines at the start of your project, instead of the localy hosted versions:
To access Tabulator directly from the UNPKG CDN servers, include the following two lines at the start of your project, instead of the locally hosted versions:
```html
<link href="https://unpkg.com/tabulator-tables/dist/css/tabulator.min.css" rel="stylesheet">
<script type="text/javascript" src="https://unpkg.com/tabulator-tables/dist/js/tabulator.min.js"></script>
Expand Down
Loading

0 comments on commit 37f60e7

Please sign in to comment.