Merge pull request #1136 from DevinCLane/fix-readme-typo

fix typo 'proejct' => 'project'
This commit is contained in:
Yotam Mann 2022-10-28 15:51:43 -04:00 committed by GitHub
commit 092fc690f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ Tone.js is a Web Audio framework for creating interactive music in the browser.
# Installation
There are two ways to incorporate Tone.js into a proejct. First, it can be installed locally into a project using `npm`:
There are two ways to incorporate Tone.js into a project. First, it can be installed locally into a project using `npm`:
```bash
npm install tone // Install the latest stable version