Skip to content

Commit

Permalink
docs: Link to audio example
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Mar 8, 2024
1 parent 2cb6881 commit 08ccac8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ _More info in the [package readme](https://github.com/wnfs-wg/nest/tree/main/pac

## Examples

- [`audio`](https://github.com/wnfs-wg/nest/tree/main/examples/audio) - Shows how to play audio from a file system using an `<audio>` element.
- [`demo`](https://github.com/wnfs-wg/nest/tree/main/examples/demo) - A simple demo of how the `nest` package is used.

### Checkout examples
Expand Down
4 changes: 3 additions & 1 deletion examples/audio/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# demo
# Audio example

Shows how to play audio from a file system using an `<audio>` element.

## Run locally

Expand Down
4 changes: 3 additions & 1 deletion examples/demo/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# demo
# Demo

A simple demo of how the `nest` package is used.

## Run locally

Expand Down

0 comments on commit 08ccac8

Please sign in to comment.