Skip to content

Commit

Permalink
fix link of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCiccarino committed Jan 25, 2025
1 parent f761a26 commit df1c6af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ Install the theme with your preferred package manager, such as

```lua
{
"BrunoCiccarino/nekonight",
"neko-night/nvim",
lazy = false,
priority = 1000,
opts = {},
Expand All @@ -375,7 +375,7 @@ return require('packer').startup(function(use)
-- Other packages can be listed here...

-- NekoNight Theme
use 'BrunoCiccarino/nekonight'
use 'neko-night/nvim'
end)
```

Expand Down

0 comments on commit df1c6af

Please sign in to comment.