From 42ee8bf32732d7fa93b9c8a7630a089e21bdc641 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 4 Apr 2024 19:44:18 -0600 Subject: [PATCH] [Update] README.md - fix references to incorrect package (#66) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c80c56..27c9ad0 100644 --- a/README.md +++ b/README.md @@ -48,12 +48,12 @@ We recommend using [Lazy.nvim](https://github.com/folke/lazy.nvim) to install Co ``` **Packer** ```lua -use {'krivahtoo/silicon.nvim', run = 'make'} +use {'mistricky/codesnap.nvim', run = 'make'} ``` **Vim-Plug** ```lua -Plug 'krivahtoo/silicon.nvim', { 'do': 'make' } +Plug 'mistricky/codesnap.nvim', { 'do': 'make' } ``` It's worth mentioning that the screenshot feature is implemented by a module called `generator` written in Rust, when `make` the project, the CodeSnap.nvim will mount a precompiled cross-compile `generator` shared file into the plugin that depends on what OS you are using.