aboutsummaryrefslogtreecommitdiff
path: root/src/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.ts')
-rw-r--r--src/main.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.ts b/src/main.ts
index 16d4bb5..1c4dea3 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -2,7 +2,7 @@ import h from 'lib/h'
import * as sequencer from 'view/sequencer'
let view = h('main', {},
- h('h1', { className: 'g-Title' }, 'Metronome'),
+ h('h1', { className: 'g-Title' }, 'Drum'),
sequencer.view()
)