Fix one more package name

Co-authored-by: Josh Gross <joshmgross@github.com>
This commit is contained in:
Christopher Schleiden
2023-01-25 09:11:19 -08:00
committed by GitHub
parent 9ee3b7bd9d
commit ef6cfdcd1e
+1 -1
View File
@@ -19,7 +19,7 @@ For the server, import the module. It detects whether it's running in a Node.js
`server.js`:
```js
import "@github/actions-languageserver";
import "@actions/languageserver";
```
For the client, create a new `LanguageClient` pointing to the server module.