From d0d780fe45364358da34f5bf3754dc448487eff8 Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Tue, 7 Jul 2015 14:38:18 -0400 Subject: [PATCH] fixed typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 057dee97..4700c530 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Tone.js is a Web Audio framework for creating interactive music in the browser. * [Jazz.Computer - Yotam Mann](http://jazz.computer/) * [motionEmotion - emotion & gesture-based arpeggiator and synthesizer](http://motionemotion.herokuapp.com/) -* [p5.sound - build with Tone.js](https://github.com/processing/p5.js-sound) +* [p5.sound - built with Tone.js](https://github.com/processing/p5.js-sound) * [Hypercube by @eddietree](http://eddietree.github.io/hypercube/) * [randomcommander.io by Jake Albaugh](http://randomcommander.io/) * [Tone.js + NexusUI by taylorbf](http://taylorbf.github.io/Tone-Rack/) @@ -45,7 +45,7 @@ It's always much safer to use a specific version rather than just "latest". //create one of Tone's built-in synthesizers and connect it to the master output var synth = new Tone.SimpleSynth().toMaster(); -//play a middle c for the duratino of an 8th note +//play a middle c for the duration of an 8th note synth.triggerAttackRelease("C4", "8n"); ```