doc: fix url in the import example

main
LeMarsu 2024-05-30 03:55:41 +02:00
parent bf963e67ab
commit d9ba9c8232
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ inputs.sloth-flake.url = "github:lemarsu/sloth-flake.nvim";
You can give a specific version:
```nix
inputs.sloth-flake.url = "github:lemarsu/sloth-flake.nvim?ref=0.0.5";
inputs.sloth-flake.url = "github:lemarsu/sloth-flake.nvim?tag=0.0.5";
```
## Usage