From f3b156bfcd4457d138b2aa8c82d46014a1daeee1 Mon Sep 17 00:00:00 2001 From: Simone Foschi Date: Mon, 24 Jun 2019 19:37:30 +0200 Subject: [PATCH] fixed typo --- DOCS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS.md b/DOCS.md index d0e96ad..e984858 100644 --- a/DOCS.md +++ b/DOCS.md @@ -87,8 +87,8 @@ $ defaults write com.visualstudio.code.oss ApplePressAndHoldEnabled -bool false This allows you to open files or directories in VSCodium directly from your terminal: ```bash -~/in-my-project $ vscodium . # open this directory -~/in-my-project $ vscodium file.txt # open this file +~/in-my-project $ codium . # open this directory +~/in-my-project $ codium file.txt # open this file ``` Feel free to alias this command to something easier to type in your shell profile (e.g. `alias code=vscodium`).