Skip to content

Commit

Permalink
doc(README): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xudyang1 committed Nov 12, 2024
1 parent d5da383 commit 72f4caa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/data/project-dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,5 @@ CC's
usr
gcc
exe
Makefile's
MSYS
SHELLFLAGS
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Neovim >= 0.7 (extmarks)
SHELL=C:/path/to/Git/usr/bin/sh.exe # if Git/MinGW/MSYS2 `sh.exe` is not in PATH
.SHELLFLAGS=-c # if Git/MinGW/MSYS2 `sh.exe` is not in PATH
CC=gcc.exe # if CC's default value cc is not set (when `which cc` fails to find the compiler command)
NEOVIM_BIN_PATH=C:/path/to/Neovim/bin # if the Makefile's fails to automatically detect the Neovim/bin path
NEOVIM_BIN_PATH=C:/path/to/Neovim/bin # if the Makefile fails to automatically detect the Neovim/bin path
```

## Keymaps
Expand Down

0 comments on commit 72f4caa

Please sign in to comment.