From 000de825232e708804deb367610503b2ccc1b609 Mon Sep 17 00:00:00 2001 From: sqshq Date: Sat, 2 Feb 2019 09:30:30 -0500 Subject: [PATCH] project rename --- README.md | 2 +- console/console.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cad92e..3ca282a 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# vcmd +# Sampler diff --git a/console/console.go b/console/console.go index 85e3219..2f239f0 100644 --- a/console/console.go +++ b/console/console.go @@ -9,7 +9,7 @@ import ( const ( RenderRate = 30 * time.Millisecond - Title = "vcmd" + Title = "sampler" ) type Console struct{}