Skip to content

Commit

Permalink
Add link to CHANGELOG in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hupf committed Jan 15, 2024
1 parent 799f5a4 commit 92592a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ The Puzzle Shell project strives for the following goals:

Part of this project is the [Puzzle Shell Storybook](https://puzzle.github.io/puzzle-shell) that lists and documents all Puzzle Shell components and contains usage examples.

Check out the [changelog](./CHANGELOG.md) for the latest changes.

## Usage

### JavaScript Modules (ESM)
Expand Down Expand Up @@ -47,7 +49,9 @@ Or you can import specific components:

```javascript
import "@puzzleitc/puzzle-shell/components/Topbar.js";
import "@puzzleitc/puzzle-shell/style.css"; // Only once
import "@puzzleitc/puzzle-shell/style.css";

// Only once
```

Either way the components are then ready to use in your markup:
Expand Down

0 comments on commit 92592a2

Please sign in to comment.