From 3b925d7af2944264a5696b305d38881eab336caf Mon Sep 17 00:00:00 2001 From: Devin Lane Date: Fri, 28 Oct 2022 09:54:21 -0700 Subject: [PATCH] fix typo 'proejct' => 'project' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cba077ef..57946f51 100644 --- a/README.md +++ b/README.md @@ -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