aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 52a8a08..915d94b 100644
--- a/README.md
+++ b/README.md
@@ -8,14 +8,14 @@ Jack in to CLJ & Leiningen REPLs from Neovim. Inspired by [vim-jack-in](https://
### Lazy
```lua
-{'https://tangled.org/treybastian.com/nvim-jack-in', config = true}
+{'https://git.treybastian.com/nvim-jack-in', config = true}
```
#### Example with options
```lua
{
- 'https://tangled.org/treybastian.com/nvim-jack-in',
+ 'https://git.treybastian.com/nvim-jack-in',
opts = {
location = 'vsplit',
force_powershell = true,