Skip to content

Commit

Permalink
Merge pull request #2 from jgarber623/patch-1
Browse files Browse the repository at this point in the history
Update installation instructions for non-npm usage
  • Loading branch information
zachleat authored Oct 1, 2023
2 parents 50bc84e + e6fad6a commit 19af8dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ A small structural-only zero-dependency Web Component for responsive `<table>` e

## Installation

Install via [npm on `@zachleat/table-saw`](https://www.npmjs.com/package/@zachleat/table-saw).
For a truly zero-dependency experience, [download a tagged version](https://github.com/zachleat/table-saw/tags) and follow [the usage instructions above](#examples).

Or, install via [npm on `@zachleat/table-saw`](https://www.npmjs.com/package/@zachleat/table-saw).

```sh
npm install @zachleat/table-saw
Expand All @@ -50,4 +52,4 @@ npm install @zachleat/table-saw
* Works with viewport media queries or container queries.
* Uses CSS grid for small viewport alignment.
* Falls back to regular table before or without JavaScript.
* Cuts the mustard on [`CSSStyleSheet.prototype.replaceSync`](https://caniuse.com/mdn-api_cssstylesheet_replacesync)
* Cuts the mustard on [`CSSStyleSheet.prototype.replaceSync`](https://caniuse.com/mdn-api_cssstylesheet_replacesync)

0 comments on commit 19af8dd

Please sign in to comment.