From f9ec2e97412a06e7c2766d2a1ff78ae8545d2013 Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Sat, 4 Jul 2015 16:54:36 -0400 Subject: [PATCH] time using code string --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41cbd9ba..b6953ed0 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ A unique feature of the library is the oscillator-based Transport which allows f In the Tone library, time can be described in a number of ways. Any method which takes a time as a parameter will accept the number in seconds as well as a tempo-relative form. -For example to `"4n"` is a quarter-note and "4:2:0" is the third beat of the fifth measure (remember we're counting from 0). +For example to `"4n"` is a quarter-note and `"4:2:0"` is the third beat of the fifth measure (remember we're counting from 0). [Read more Time](https://github.com/Tonejs/Tone.js/wiki/Time).