Skip to content

Commit 97d1a5a

Browse files
committed
docs: follow naming convention of denops.vim
1 parent eda984c commit 97d1a5a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# 🍂 fall
22

3-
[![Test](https://github.com/vim-fall/fall/actions/workflows/test.yml/badge.svg)](https://github.com/vim-fall/fall/actions/workflows/test.yml)
3+
[![Test](https://github.com/vim-fall/fall.vim/actions/workflows/test.yml/badge.svg)](https://github.com/vim-fall/fall.vim/actions/workflows/test.yml)
44
[![Deno](https://img.shields.io/badge/Deno%202.x-333?logo=deno&logoColor=fff)](#)
5-
[![codecov](https://codecov.io/gh/vim-fall/fall/graph/badge.svg?token=k2ZTes7Kln)](https://codecov.io/gh/vim-fall/fall)
5+
[![codecov](https://codecov.io/gh/vim-fall/fall.vim/graph/badge.svg?token=k2ZTes7Kln)](https://codecov.io/gh/vim-fall/fall.vim)
66
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
77
[![vim help](https://img.shields.io/badge/vim-%3Ah%20fall-orange.svg)](doc/fall.txt)
88

@@ -41,7 +41,7 @@ To install [Denops] and this plugin using your preferred plugin manager, such as
4141

4242
```vim
4343
Plug 'vim-denops/denops.vim'
44-
Plug 'vim-fall/fall'
44+
Plug 'vim-fall/fall.vim'
4545
```
4646

4747
[vim-plug]: https://github.com/junegunn/vim-plug
@@ -148,11 +148,11 @@ for the full code of the default configuration.
148148

149149
## Related Projects
150150

151-
| Repository | Package | Description |
152-
| ------------------------------------------------------------- | --------------------------------------------------- | ------------------------------------------------ |
153-
| [vim-fall/fall-core](https://github.com/vim-fall/fall-core) | [`@vim-fall/core`](https://jsr.io/@vim-fall/core) | Core types for Fall. Not meant for external use. |
154-
| [vim-fall/fall-std](https://github.com/vim-fall/fall-std) | [`@vim-fall/std`](https://jsr.io/@vim-fall/std) | Standard library for using Fall. |
155-
| [vim-fall/fall-extra](https://github.com/vim-fall/fall-extra) | [`@vim-fall/extra`](https://jsr.io/@vim-fall/extra) | Extra library for using Fall. |
151+
| Repository | Package | Description |
152+
| ----------------------------------------------------------------------- | --------------------------------------------------- | ------------------------------------------------ |
153+
| [vim-fall/deno-fall-core](https://github.com/vim-fall/deno-fall-core) | [`@vim-fall/core`](https://jsr.io/@vim-fall/core) | Core types for Fall. Not meant for external use. |
154+
| [vim-fall/deno-fall-std](https://github.com/vim-fall/deno-fall-std) | [`@vim-fall/std`](https://jsr.io/@vim-fall/std) | Standard library for using Fall. |
155+
| [vim-fall/deno-fall-extra](https://github.com/vim-fall/deno-fall-extra) | [`@vim-fall/extra`](https://jsr.io/@vim-fall/extra) | Extra library for using Fall. |
156156

157157
## Similar Projects
158158

0 commit comments

Comments
 (0)