Skip to content

Commit 2820d64

Browse files
committed
update readme to reflect new location for web-dev-icons
1 parent 08f2f31 commit 2820d64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The plugin is written in Lua and depends heavily on the Plenary library for its
1717

1818
## Features
1919
- Gracefully handle no battery (either remove battery info from the status line or just show a desktop icon)
20-
- Show charge level and whether there is a power cable attached or not via icons (requires [kyazdani42/nvim-web-devicons](https://github.com/kyazdani42/nvim-web-devicons))
20+
- Show charge level and whether there is a power cable attached or not via icons (requires [nvim-tree/nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons))
2121
- Configurable update rate
2222
- Powershell for Windows battery information
2323
- pmset Apple Mac OSx battery information
@@ -26,7 +26,7 @@ The plugin is written in Lua and depends heavily on the Plenary library for its
2626
## Required dependencies
2727

2828
- [nvim-lua/plenary.nvim](https://github.com/nvim-lua/plenary.nvim)
29-
- [kyazdani42/nvim-web-devicons](https://github.com/kyazdani42/nvim-web-devicons)
29+
- [nvim-tree/nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons)
3030

3131
## Installation
3232
Use your package manager to add the dependencies and the plugin.
@@ -35,14 +35,14 @@ Use your package manager to add the dependencies and the plugin.
3535

3636
```
3737
Plug 'nvim-lua/plenary.nvim'
38-
Plug 'kyazdani42/nvim-web-devicons'
38+
Plug 'nvim-tree/nvim-web-devicons'
3939
Plug 'justinhj/battery.nvim'
4040
```
4141

4242
### [Packer](https://github.com/wbthomason/packer.nvim)
4343

4444
```
45-
use { 'justinhj/battery.nvim', requires = {{'kyazdani42/nvim-web-devicons'}, {'nvim-lua/plenary.nvim'}}}
45+
use { 'justinhj/battery.nvim', requires = {{'nvim-tree/nvim-web-devicons'}, {'nvim-lua/plenary.nvim'}}}
4646
```
4747

4848
## Configuration

0 commit comments

Comments
 (0)