Skip to content

Commit

Permalink
Merge pull request #407 from Archonic944/patch-1
Browse files Browse the repository at this point in the history
Clarify index.js description
  • Loading branch information
djipco authored Jan 19, 2024
2 parents f28de66 + 948a879 commit 5fee1b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ function Presentation() {
type="col-2"
>
<p>
The <strong>Web MIDI API</strong> is a really exciting addition to the web platform
The existing <strong>Web MIDI API</strong> is a really exciting addition to the web platform
allowing a web page to interact with <strong>MIDI musical instruments</strong>.
However, while great, most developers will find the API to be
However, while great, most developers will find the original API to be
too <em>low-level</em> for their needs. Having to perform binary arithmetic
or needing to read the 300-page MIDI spec is no fun (trust us on this!).
The goal behind <strong>WEBMIDI.js</strong> is to get you started with your web-based
Expand Down

0 comments on commit 5fee1b2

Please sign in to comment.