Skip to content

Commit

Permalink
amend readme instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
greta.mcgivern committed Feb 5, 2025
1 parent ddb31cf commit 5adae81
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ Currently, `pi-embed-actions` is available only as a minified JavaScript file, w
To use the library:

1. Go to the [GitHub Releases](https://github.com/Panintelligence/pi-embed-actions/releases).
2. Download the latest version of `pi-embed-actions.min.js`.
3. Add the downloaded file to your project and reference it in your code:
2. Download the latest minified version of `pi-embed-actions` library.
3. Add the downloaded file to your project and reference it in your code. E.g.,

```html
<script src="path/to/pi-embed-actions.min.js"></script>
<script src="path/to/pi-embed-actions-v1.0.0.min.js"></script>
```

We plan to introduce additional file formats (e.g., modular versions) in future updates to accommodate a wider range of use cases.

## Documentation

Please refer to our [documentation](https://panintelligence.github.io/pi-embed-actions/) for details on how to use this library.
Expand Down
Loading

0 comments on commit 5adae81

Please sign in to comment.