Skip to content

Commit

Permalink
Update README.md to reflect repo changes (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
adelowo authored Oct 16, 2023
1 parent 8721edc commit b515d96
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 @@ -18,7 +18,7 @@

```lua
{
'glepnir/dashboard-nvim',
'nvimdev/dashboard-nvim',
event = 'VimEnter',
config = function()
require('dashboard').setup {
Expand All @@ -33,7 +33,7 @@

```lua
use {
'glepnir/dashboard-nvim',
'nvimdev/dashboard-nvim',
event = 'VimEnter',
config = function()
require('dashboard').setup {
Expand Down

0 comments on commit b515d96

Please sign in to comment.