diff --git a/lua/compiler/languages/javascript.lua b/lua/compiler/languages/javascript.lua index 3c0ab39..f5ec3d1 100644 --- a/lua/compiler/languages/javascript.lua +++ b/lua/compiler/languages/javascript.lua @@ -6,8 +6,8 @@ local M = {} M.options = { { text = "1 - Run this file", value = "option1" }, { text = "2 - Run program", value = "option2" }, - { text = "3 - npm install", value = "option3" }, - { text = "4 - npm start", value = "option4" }, + { text = "3 - NPM install", value = "option3" }, + { text = "4 - NPM start", value = "option4" }, { text = "5 - Run Makefile", value = "option5" } } diff --git a/lua/compiler/languages/typescript.lua b/lua/compiler/languages/typescript.lua index 8ff3fe9..c52df24 100644 --- a/lua/compiler/languages/typescript.lua +++ b/lua/compiler/languages/typescript.lua @@ -6,8 +6,8 @@ local M = {} M.options = { { text = "1 - Run this file", value = "option1" }, { text = "2 - Run program", value = "option2" }, - { text = "3 - npm install", value = "option3" }, - { text = "4 - npm start", value = "option4" }, + { text = "3 - NPM install", value = "option3" }, + { text = "4 - NPM start", value = "option4" }, { text = "5 - Run Makefile", value = "option5" } }