Skip to content

Commit 6c9dc38

Browse files
authored
Update README.md
1 parent 5073966 commit 6c9dc38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ Add this in your `init.lua` or `plugins.lua`
8282

8383
```lua
8484
-- Install without configuration
85-
use ({ 'projekt0n/github-nvim-theme', version = 'v0.0.7' })
85+
{ 'projekt0n/github-nvim-theme', version = 'v0.0.7' }
8686
-- or branch = '0.0.x'
8787

8888
-- Or with configuration
89-
use({
89+
{
9090
'projekt0n/github-nvim-theme', version = 'v0.0.7',
9191
-- or branch = '0.0.x'
9292
config = function()
@@ -96,7 +96,7 @@ use({
9696

9797
vim.cmd('colorscheme github_dark')
9898
end
99-
})
99+
}
100100
```
101101

102102
## Usage

0 commit comments

Comments
 (0)