Dockerize and rename to conllu-cmc
diff --git a/src/index.js b/src/index.js
index 370a2ba..cd7f11f 100755
--- a/src/index.js
+++ b/src/index.js
@@ -15,12 +15,12 @@
 
 const sections = [
   {
-    header: 'conllu2cmc',
+    header: 'conllu-cmc',
     content: 'Reads CoNLL-U format from stdin and annotates emojis, emoticons, hashtags, URLs, email addresses, @addresses, and action words. Writes CoNLL-U format to stdout.'
   },
   {
     header: 'Synopsis',
-    content: '$ conllu2cmc [-s] < input.conllu > output.conllu'
+    content: '$ conllu-cmc [-s] < input.conllu > output.conllu'
   },
   {
     header: 'Options',