From 19c1a2af0bae06c3ee078a61ec1489641db05cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20Juc=C3=A1?= Date: Sun, 16 Apr 2023 01:57:37 -0300 Subject: [PATCH] Update installation instructions in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad92a9c..abd8bd4 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ and this repo will be updated with it. ## Install with Vundle ``` -Plugin 'bakpakin/janet.vim' +Plugin 'janet-lang/janet.vim' ``` ## Install with vim-plug ``` -Plug 'bakpakin/janet.vim' +Plug 'janet-lang/janet.vim' ``` ## Other Package Managers