Skip to content

Commit 697fa02

Browse files
authored
Update README.md
1 parent e195d84 commit 697fa02

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
@@ -1,14 +1,14 @@
1-
# CreateGist.nvim
1+
# gist.nvim
22

3-
CreateGist.nvim is a Neovim plugin that allows you to create a GitHub Gist from the current file.
3+
`gist.nvim` is a Neovim plugin that allows you to create a GitHub Gist from the current file.
44
The plugin uses the gh command-line tool to create the Gist and provides a simple interface for specifying the Gist's description and privacy settings.
55

66
## Installation
77

8-
To use CreateGist.nvim, you need to have Neovim installed on your system.
8+
To use `gist.nvim`, you need to have Neovim installed on your system.
99
You also need to have the gh command-line tool installed and configured with your GitHub account.
1010

11-
Once you have Neovim and gh installed, you can install CreateGist.nvim using your favorite plugin manager.
11+
Once you have Neovim and gh installed, you can install `gist.nvim` using your favorite plugin manager.
1212
For example, if you are using vim-plug, you can add the following line to your init.vim file:
1313

1414
```

0 commit comments

Comments
 (0)