Skip to content

Commit 8d53a31

Browse files
authored
Merge pull request #66 from mahinshaw/typo-fix
Fix typo's in readme.
2 parents 9fa38ce + 8c85fe0 commit 8d53a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Minimal configuration with [company-lsp](https://github.com/tigersoldier/company
100100
* `lsp-describe-thing-at-point` - Display help for the thing at point.
101101
* `lsp-goto-type-definition` - Go to type definition
102102
* `lsp-goto-implementation` - Go to implementation
103-
* `lsp-workspace-restart` - Restart project
103+
* `lsp-restart-workspace` - Restart project
104104
* `lsp-format-buffer` - Format current buffer
105105
* `lsp-symbol-highlight` - Highlight all relevant references to the symbol under point.
106106
* `lsp-workspace-folders-add` - Add workspace folder
@@ -129,7 +129,7 @@ some of them are bound to Emacs commands:
129129
* `lsp-java-treemacs-unregister` deactivates [lsp-java](https://github.com/emacs-lsp/lsp-java)/[treemacs](https://github.com/Alexander-Miller/treemacs) integration.
130130
* `lsp-java-update-project-uris` refresh the project URIs.
131131
#### Classpath browsing
132-
[lsp-java](https://github.com/emacs-lsp/lsp-java) the command `lsp-java-browse-classpath` which allows users to browse the structure of current projects classpath. From that view the users could go to the particular item.
132+
[lsp-java](https://github.com/emacs-lsp/lsp-java) the command `lsp-java-classpath-browse` which allows users to browse the structure of current projects classpath. From that view the users could go to the particular item.
133133
![Classpath](images/classpath.png)
134134
## Supported settings
135135
* `lsp-java-server-install-dir` - Install directory for eclipsejdtls-server

0 commit comments

Comments
 (0)