Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbartley authored Jan 22, 2024
1 parent a174915 commit f3d8dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Built with only HTML, CSS, and Javascript.
### Getting Started

1. Simply add audio files to the assets folder (HTML supports MP3, WAV, and OGG). The files must have the same duration to work correctly.
2. Update index.html player wrapper div(s) attribues 'data-audio-a' and 'data-audio-b' with the location/filenames for each player. Example for two players:
2. Update index.html player__wrapper div's attributes 'data-audio-a' and 'data-audio-b' with the location/filenames for each player. Example for two players:
```html
<div class="player__wrapper"
data-audio-a="./assets/sound1-a.mp3"
Expand Down

1 comment on commit f3d8dc3

@vercel
Copy link

@vercel vercel bot commented on f3d8dc3 Jan 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.