Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlove committed Sep 15, 2022
1 parent 763bd9b commit 49beaca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Super simple, completely configurable, sortable tables.
or via jsDeliver:

```html
<script src="https://cdn.jsdelivr.net/gh/signified/[email protected].3/sortable.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/signified/[email protected].4/sortable.min.js"></script>
```

1. Add the stylesheet in the `<head>` (optional)
Expand All @@ -25,7 +25,7 @@ Super simple, completely configurable, sortable tables.
or via jsDeliver:

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/signified/[email protected].3/sortable.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/signified/[email protected].4/sortable.min.css">
```

**Note:** The supplied stylesheet applies default styling rules. Feel free to use it as a starting point or, if you're using a framework like Bootstrap or Tailwind CSS, make use of the `options` to take full advantage of the component and utility classes these frameworks provide.
Expand Down

0 comments on commit 49beaca

Please sign in to comment.