mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-12 23:07:15 +00:00
Merge pull request #1136 from DevinCLane/fix-readme-typo
fix typo 'proejct' => 'project'
This commit is contained in:
commit
092fc690f8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue