From 1fad89b000e464bff82d6cdac92cda065a827830 Mon Sep 17 00:00:00 2001 From: ALi Pakrohk Date: Sat, 19 Jun 2021 16:20:41 +0430 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26c1337..867159e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ nvim +PlugInstall ## Install python & node support ``` -pip install pynvim +pip install pynvim black flake8 ``` ```